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

Properties within metadata are best viewed as a means to gather together collections of methods defined on a class, give them a name, and not much else. The methods are typically get_ and set_ methods, already defined on the class, and inserted like any other methods into the MethodDef table.
Наследование: TableBase
Показать файл Открыть проект

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

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

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

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

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

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

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

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

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

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

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

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

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

a 2 byte bitmask of type PropertyAttributes, clause 22.1.13
public short Flags
Результат short

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

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

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

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