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
Show file 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 property

index into the TypeRef, ModuleRef, MethodDef, TypeSpec or TypeDef tables; more precisely, a MemberRefParent coded index
public int Class
return int

Name public property

index into String heap
public int Name
return int

Signature public property

index into Blob heap
public int Signature
return int