C# 클래스 Girl.PEAnalyzer.NestedClassTable

The NestedClass table records which Type definitions are nested within which other Type definition. In a typical high-level language, including ilasm, the nested class is defined as lexically 'inside' the text of its enclosing Type.
상속: TableBase
파일 보기 프로젝트 열기: higepon/mona

공개 프로퍼티들

프로퍼티 타입 설명
EnclosingClass int
NestedClass int

공개 메소드들

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

메소드 상세

GetInfos() 공개 메소드

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

NestedClassTable() 공개 메소드

public NestedClassTable ( ) : System
리턴 System

ReadData() 공개 메소드

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

프로퍼티 상세

EnclosingClass 공개적으로 프로퍼티

index into the TypeDef table
public int EnclosingClass
리턴 int

NestedClass 공개적으로 프로퍼티

index into the TypeDef table
public int NestedClass
리턴 int