C# Class PERWAPI.NestedClassRef

Descriptor for a reference to a Nested Class
Inheritance: ClassRef
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetParentClass ( ) : ClassRef

Get the parent (enclosing ClassRef) for this nested class

GetScope ( ) : ReferenceScope

Get the scope of this ClassRef (either ModuleRef or AssemblyRef)

Private Methods

Méthode Description
BuildTables ( MetaDataOut md ) : void
ClassName ( ) : string
NameString ( ) : string
NestedClassRef ( ClassRef parent, string name ) : System
NestedClassRef ( ReferenceScope scope, string nsName, string name ) : System
NestedClassRef ( uint scopeIx, string nsName, string name ) : System
ResolveParent ( PEReader buff, bool isExtern ) : void
SetParent ( ClassRef paren ) : void
Write ( PEWriter output ) : void

Method Details

GetParentClass() public méthode

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

GetScope() public méthode

Get the scope of this ClassRef (either ModuleRef or AssemblyRef)
public GetScope ( ) : ReferenceScope
Résultat ReferenceScope