C# 클래스 Girl.PEAnalyzer.PropertyMapTable

The PropertyMap and Property tables result from putting the .property directive on a class (see Chapter 16).
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

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

공개 메소드들

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

메소드 상세

GetInfos() 공개 메소드

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

PropertyMapTable() 공개 메소드

public PropertyMapTable ( ) : System
리턴 System

ReadData() 공개 메소드

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

프로퍼티 상세

Parent 공개적으로 프로퍼티

index into the TypeDef table
public int Parent
리턴 int

PropertyList 공개적으로 프로퍼티

index into Property table
public int PropertyList
리턴 int