C# Class Girl.PEAnalyzer.MethodImplTable

ilasm uses the .override directive to specify the rows of the MethodImpl table (see clause 9.3.2).
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Class int
MethodBody int
MethodDeclaration int

Public Methods

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

Method Details

GetInfos() public method

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

MethodImplTable() public method

public MethodImplTable ( ) : System
return System

ReadData() public method

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

Property Details

Class public_oe property

index into TypeDef table
public int Class
return int

MethodBody public_oe property

index into MethodDef or MemberRef table; more precisely, a MethodDefOrRef coded index
public int MethodBody
return int

MethodDeclaration public_oe property

index into MethodDef or MemberRef table; more precisely, a MethodDefOrRef coded index
public int MethodDeclaration
return int