C# Class Girl.PEAnalyzer.InterfaceImplTable

The InterfaceImpl table records which interfaces a Type implements. Conceptually, each row in the InterfaceImpl table says that Class implements Interface.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Class int
Interface int

Public Methods

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

Method Details

GetInfos() public method

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

InterfaceImplTable() public method

public InterfaceImplTable ( ) : 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 the TypeDef table
public int Class
return int

Interface public_oe property

index into the TypeDef, TypeRef or TypeSpec table; more precisely, a TypeDefOrRef coded index
public int Interface
return int