C# Class 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)
Inheritance: TableBase
Afficher le fichier Open project: higepon/mona Class Usage Examples

Méthodes publiques

Свойство Type Description
Flags short
ImplFlags short
Name int
ParamList int
RVA int
Signature int

Méthodes publiques

Méthode Description
GetInfos ( StringBuilder sb ) : void
MethodDefTable ( ) : System
ReadData ( byte data, int offset ) : void

Method Details

GetInfos() public méthode

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
Résultat void

MethodDefTable() public méthode

public MethodDefTable ( ) : System
Résultat System

ReadData() public méthode

public ReadData ( byte data, int offset ) : void
data byte
offset int
Résultat void

Property Details

Flags public_oe property

a 2 byte bitmask of type MethodAttribute, clause 22.1.9
public short Flags
Résultat short

ImplFlags public_oe property

a 2 byte bitmask of type MethodImplAttributes, clause 22.1.9
public short ImplFlags
Résultat short

Name public_oe property

index into String heap
public int Name
Résultat int

ParamList public_oe property

index into Param table
public int ParamList
Résultat int

RVA public_oe property

a 4 byte constant
public int RVA
Résultat int

Signature public_oe property

index into Blob heap
public int Signature
Résultat int