C# Class 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.
Inheritance: TableBase
Show file Open project: higepon/mona

Public Properties

Property Type Description
EnclosingClass int
NestedClass int

Public Methods

Method Description
GetInfos ( StringBuilder sb ) : void
NestedClassTable ( ) : System
ReadData ( byte data, int offset ) : void

Method Details

GetInfos() public method

public GetInfos ( StringBuilder sb ) : void
sb StringBuilder
return void

NestedClassTable() public method

public NestedClassTable ( ) : System
return System

ReadData() public method

public ReadData ( byte data, int offset ) : void
data byte
offset int
return void

Property Details

EnclosingClass public property

index into the TypeDef table
public int EnclosingClass
return int

NestedClass public property

index into the TypeDef table
public int NestedClass
return int