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
Afficher le fichier Open project: higepon/mona Class Usage Examples

Méthodes publiques

Свойство Type Description
Signature int

Méthodes publiques

Méthode Description
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void
StandAloneSigTable ( ) : System

Method Details

GetInfos() public méthode

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

ReadData() public méthode

public ReadData ( byte data, int offset ) : void
data byte
offset int
Résultat void

StandAloneSigTable() public méthode

public StandAloneSigTable ( ) : System
Résultat System

Property Details

Signature public_oe property

index into the Blob heap
public int Signature
Résultat int