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
ファイルを表示 Open project: higepon/mona

Public Properties

Property Type Description
Signature int

Public Methods

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

TypeSpecTable() public method

public TypeSpecTable ( ) : System
return 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
return int