C# Class PERWAPI.ExternClass

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

Public Methods

Method Description
ExternClass ( PEReader buff ) : System

Private Methods

Method 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 method

public ExternClass ( PEReader buff ) : System
buff PEReader
return System