C# Класс 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.
Наследование: TableBase
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Signature int

Открытые методы

Метод Описание
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void
TypeSpecTable ( ) : System

Описание методов

GetInfos() публичный Метод

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Результат void

ReadData() публичный Метод

public ReadData ( byte data, int offset ) : void
data byte
offset int
Результат void

TypeSpecTable() публичный Метод

public TypeSpecTable ( ) : System
Результат System

Описание свойств

Signature публичное свойство

index into the Blob heap, where the blob is formatted as specified in clause 22.2.14
public int Signature
Результат int