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

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

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

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

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

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

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

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

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

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

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

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

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

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

index into the Blob heap
public int Signature
Результат int