C# Class PERWAPI.MapElem

Base class for elements in the PropertyMap, EventMap and NestedClass MetaData tables
Inheritance: MetaDataElement
Afficher le fichier Open project: xored/f4 Class Usage Examples

Private Methods

Méthode Description
BuildTables ( MetaDataOut md ) : void
MapElem ( ClassDef classDef, ClassDef paren, MDTable tableIx ) : System
MapElem ( ClassDef classDef, uint elIx, MDTable tableIx ) : System
MapElem ( PEReader buff, MDTable tab ) : System
Read ( PEReader buff, TableRow maps, MDTable tab ) : void
ReadNestedClassInfo ( PEReader buff, uint num, uint parIxs ) : void
Resolve ( PEReader buff ) : void
Size ( MetaData md, MDTable tabIx ) : uint
SortKey ( ) : uint
Write ( PEWriter output ) : void