C# Class Girl.PEAnalyzer.TypeRefTable

Inheritance: TableBase
ファイルを表示 Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Name int
Namespace int
ResolutionScope int

Public Methods

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

Method Details

GetInfos() public method

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

ReadData() public method

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

TypeRefTable() public method

public TypeRefTable ( ) : System
return System

Property Details

Name public_oe property

index into String heap
public int Name
return int

Namespace public_oe property

index into String heap
public int Namespace
return int

ResolutionScope public_oe property

index into Module, ModuleRef, AssemblyRef or TypeRef tables, or null; more precisely, a ResolutionScope coded index
public int ResolutionScope
return int