PERWAPI.Param.Resolve C# (CSharp) Méthode

Resolve() private méthode

private Resolve ( PEReader buff, uint fIx, Type type ) : void
buff PEReader
fIx uint
type Type
Résultat void
        internal void Resolve(PEReader buff, uint fIx, Type type)
        {
            this.pType = type;
            /*      marshalType = FieldMarshal.FindMarshalType(buff,this,
                    buff.MakeCodedIndex(CIx.HasFieldMarshal,MDTable.Param,fIx));
                  defaultVal = ConstantElem.FindConst(buff,this,
                    buff.MakeCodedIndex(CIx.HasConstant,MDTable.Param,fIx));
                    */
        }