C# Class Girl.PEAnalyzer.TypeSpecTable

The TypeSpec table has just one column, which indexes the specification of a Type, stored in the Blob heap. This provides a metadata token for that Type (rather than simply an index into the Blob heap) -- this is required, typically, for array operations ・creating, or calling methods on the array class.
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona

Méthodes publiques

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

Méthodes publiques

Méthode Description
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void
TypeSpecTable ( ) : 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

TypeSpecTable() public méthode

public TypeSpecTable ( ) : System
Résultat System

Property Details

Signature public_oe property

index into the Blob heap, where the blob is formatted as specified in clause 22.2.14
public int Signature
Résultat int