C# Class Girl.PEAnalyzer.StandAloneSigTable

Signatures are stored in the metadata Blob heap. In most cases, they are indexed by a column in some table -- Field.Signature, Method.Signature, MemberRef.Signature, etc. However, there are two cases that require a metadata token for a signature that is not indexed by any metadata table. The StandAloneSig table fulfils this need. It has just one column, that points to a Signature in the Blob heap.
Inheritance: TableBase
ファイルを表示 Open project: higepon/mona Class Usage Examples

Public Properties

Property Type Description
Signature int

Public Methods

Method Description
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void
StandAloneSigTable ( ) : 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

StandAloneSigTable() public method

public StandAloneSigTable ( ) : System
return System

Property Details

Signature public_oe property

index into the Blob heap
public int Signature
return int