C# Class Girl.PEAnalyzer.MemberRefTable

An entry is made into the MemberRef table whenever a reference is made, in the CIL code, to a method or field which is defined in another module or assembly. (Also, an entry is made for a call to a method with a VARARG signature, even when it is defined in the same module as the callsite)
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Class int
Name int
Signature int

Public Methods

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

Method Details

GetInfos() public method

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

MemberRefTable() public method

public MemberRefTable ( ) : 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 TypeRef, ModuleRef, MethodDef, TypeSpec or TypeDef tables; more precisely, a MemberRefParent coded index
public int Class
return int

Name public_oe property

index into String heap
public int Name
return int

Signature public_oe property

index into Blob heap
public int Signature
return int