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
파일 보기 프로젝트 열기: higepon/mona 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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