PERWAPI.FieldMarshal.FieldMarshal C# (CSharp) Method

FieldMarshal() private method

private FieldMarshal ( MetaDataElement field, NativeType nType ) : System
field MetaDataElement
nType NativeType
return System
        internal FieldMarshal(MetaDataElement field, NativeType nType)
        {
            this.field = field;
            this.nt = nType;
            sortTable = true;
            tabIx = MDTable.FieldMarshal;
        }

Same methods

FieldMarshal::FieldMarshal ( PEReader buff ) : System