C# Class Girl.PEAnalyzer.PropertyMapTable

The PropertyMap and Property tables result from putting the .property directive on a class (see Chapter 16).
Inheritance: TableBase
Show file Open project: higepon/mona

Public Properties

Property Type Description
Parent int
PropertyList int

Public Methods

Method Description
GetInfos ( StringBuilder sb ) : void
PropertyMapTable ( ) : System
ReadData ( byte data, int offset ) : void

Method Details

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

PropertyMapTable() public method

public PropertyMapTable ( ) : System
return System

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

Property Details

Parent public property

index into the TypeDef table
public int Parent
return int

PropertyList public property

index into Property table
public int PropertyList
return int