C# Класс Girl.PEAnalyzer.ManifestResourceTable

The Offset specifies the byte offset within the referenced file at which this resource record begins. The Implementation specifies which file holds this resource. The rows in the table result from .mresource directives on the Assembly (see clause 6.2.2).
Наследование: TableBase
Показать файл Открыть проект

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

Свойство Тип Описание
Flags int
Implementation int
Name int
Offset int

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

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

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

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

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

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

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

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

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

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

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

a 4 byte bitmask of type ManifestResourceAttributes, clause 22.1.8
public int Flags
Результат int

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

index into File table, or AssemblyRef table, or null; more precisely, an Implementation coded index
public int Implementation
Результат int

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

index into the String heap
public int Name
Результат int

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

a 4 byte constant
public int Offset
Результат int