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

The rows in the MethodDef table result from .method directives (see Chapter 14). The RVA column is computed when the image for the PE file is emitted and points to the COR_ILMETHOD structure for the body of the method (see Chapter 24.4)
Наследование: TableBase
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Flags short
ImplFlags short
Name int
ParamList int
RVA int
Signature int

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

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

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

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

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

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

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

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

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

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

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

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

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

a 2 byte bitmask of type MethodImplAttributes, clause 22.1.9
public short ImplFlags
Результат short

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

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

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

index into Param table
public int ParamList
Результат int

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

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

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

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