C# Class PERWAPI.NestedClassDef

Descriptor for a Nested Class defined in an assembly
Inheritance: ClassDef
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetParentClass ( ) : ClassDef

Get the enclosing class for this nested class

GetScope ( ) : PEFile

Fetch the PEFile which contains this class

MakeRefOf ( ) : ClassRef

Private Methods

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

Method Details

GetParentClass() public méthode

Get the enclosing class for this nested class
public GetParentClass ( ) : ClassDef
Résultat ClassDef

GetScope() public méthode

Fetch the PEFile which contains this class
public GetScope ( ) : PEFile
Résultat PEFile

MakeRefOf() public méthode

public MakeRefOf ( ) : ClassRef
Résultat ClassRef