C# 클래스 Girl.PEAnalyzer.FieldTable

Each row in the Field table results from a toplevel .field directive (see Section 5.10), or a .field directive inside a Type (see Section 9.2). For an example see Section 13.5.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Flags short
Name int
Signature int

공개 메소드들

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

메소드 상세

FieldTable() 공개 메소드

public FieldTable ( ) : System
리턴 System

GetInfos() 공개 메소드

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

ReadData() 공개 메소드

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

프로퍼티 상세

Flags 공개적으로 프로퍼티

a 2 byte bitmask of type FieldAttributes, clause 22.1.5
public short Flags
리턴 short

Name 공개적으로 프로퍼티

index into String heap
public int Name
리턴 int

Signature 공개적으로 프로퍼티

index into Blob heap
public int Signature
리턴 int