C# Class PERWAPI.NestedClassDef

Descriptor for a Nested Class defined in an assembly
Inheritance: ClassDef
ファイルを表示 Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
GetParentClass ( ) : ClassDef

Get the enclosing class for this nested class

GetScope ( ) : PEFile

Fetch the PEFile which contains this class

MakeRefOf ( ) : ClassRef

Private Methods

Method Description
ClassName ( ) : string
NestedClassDef ( ClassDef parent, TypeAttr attrSet, string name ) : System
SetParent ( ClassDef par ) : void

Method Details

GetParentClass() public method

Get the enclosing class for this nested class
public GetParentClass ( ) : ClassDef
return ClassDef

GetScope() public method

Fetch the PEFile which contains this class
public GetScope ( ) : PEFile
return PEFile

MakeRefOf() public method

public MakeRefOf ( ) : ClassRef
return ClassRef