C# Class Girl.PEAnalyzer.MethodSemanticsTable

The rows of the MethodSemantics table are filled by .property (see Chapter 16) and .event directives (see Chapter 17). See clause 21.13 for more information.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Association int
Method int
Semantics short

Public Methods

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

Method Details

GetInfos() public method

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

MethodSemanticsTable() public method

public MethodSemanticsTable ( ) : System
return System

ReadData() public method

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

Property Details

Association public_oe property

index into the Event or Property table; more precisely, a HasSemantics coded index
public int Association
return int

Method public_oe property

index into the MethodDef table
public int Method
return int

Semantics public_oe property

a 2 byte bitmask of type MethodSemanticsAttributes, clause 22.1.11
public short Semantics
return short