C# Класс PERWAPI.NestedClassRef

Descriptor for a reference to a Nested Class
Наследование: ClassRef
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetParentClass ( ) : ClassRef

Get the parent (enclosing ClassRef) for this nested class

GetScope ( ) : ReferenceScope

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

Приватные методы

Метод Описание
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

Описание методов

GetParentClass() публичный Метод

Get the parent (enclosing ClassRef) for this nested class
public GetParentClass ( ) : ClassRef
Результат ClassRef

GetScope() публичный Метод

Get the scope of this ClassRef (either ModuleRef or AssemblyRef)
public GetScope ( ) : ReferenceScope
Результат ReferenceScope