C# Class PERWAPI.ExternClass

Descriptor for a class defined in another module of THIS assembly and exported (.class extern)
Inheritance: MetaDataElement
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
ExternClass ( PEReader buff ) : System

Private Methods

Méthode Description
BuildTables ( MetaDataOut md ) : void
ExternClass ( TypeAttr attr, string ns, string name, MetaDataElement paren ) : System
GetClassRefs ( PEReader buff, TableRow eClasses ) : void
GetCodedIx ( CIx code ) : uint
Name ( ) : string
NameSpace ( ) : string
Read ( PEReader buff, TableRow eClasses ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md ) : uint
Write ( PEWriter output ) : void

Method Details

ExternClass() public méthode

public ExternClass ( PEReader buff ) : System
buff PEReader
Résultat System