C# Class PERWAPI.NestedClassRef

Descriptor for a reference to a Nested Class
Inheritance: ClassRef
Show file Open project: xored/f4 Class Usage Examples

Public Methods

Method 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

Method 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 method

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

GetScope() public method

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