C# 클래스 Girl.PEAnalyzer.EventMapTable

Note that EventMap info does not directly influence runtime behavior; what counts is the info stored for each method that the event comprises.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
EventList int
Parent int

공개 메소드들

메소드 설명
EventMapTable ( ) : System
GetInfos ( StringBuilder sb ) : void
ReadData ( byte data, int offset ) : void

메소드 상세

EventMapTable() 공개 메소드

public EventMapTable ( ) : System
리턴 System

GetInfos() 공개 메소드

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
리턴 void

ReadData() 공개 메소드

public ReadData ( byte data, int offset ) : void
data byte
offset int
리턴 void

프로퍼티 상세

EventList 공개적으로 프로퍼티

index into Event table
public int EventList
리턴 int

Parent 공개적으로 프로퍼티

index into the TypeDef table
public int Parent
리턴 int