PERWAPI.ExternClass.ExternClass C# (CSharp) Méthode

ExternClass() public méthode

public ExternClass ( PEReader buff ) : System
buff PEReader
Résultat System
        public ExternClass(PEReader buff)
        {
            flags = buff.ReadUInt32();
            typeDefId = buff.ReadUInt32();
            name = buff.GetString();
            nameSpace = buff.GetString();
            implIx = buff.GetCodedIndex(CIx.Implementation);
            tabIx = MDTable.ExportedType;
        }

Same methods

ExternClass::ExternClass ( TypeAttr attr, string ns, string name, MetaDataElement paren ) : System