C# Class Girl.PEAnalyzer.EventMapTable

Note that EventMap info does not directly influence runtime behavior; what counts is the info stored for each method that the event comprises.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
EventList int
Parent int

Public Methods

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

Method Details

EventMapTable() public method

public EventMapTable ( ) : System
return System

GetInfos() public method

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

ReadData() public method

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

Property Details

EventList public_oe property

index into Event table
public int EventList
return int

Parent public_oe property

index into the TypeDef table
public int Parent
return int