C# Class Girl.PEAnalyzer.ModuleRefTable

The rows in the ModuleRef table result from .module extern directives in the Assembly (see Section 6.5).
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Name int

Public Methods

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

Method Details

GetInfos() public method

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

ModuleRefTable() public method

public ModuleRefTable ( ) : System
return System

ReadData() public method

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

Property Details

Name public_oe property

index into String heap
public int Name
return int