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

Fetch the PEFile which contains this class
public GetScope ( ) : PEFile
Результат PEFile
Пример #1
0
 /*-------------------- Constructors ---------------------------------*/
 internal NestedClassDef(ClassDef parent, TypeAttr attrSet, string name)
     : base(parent.GetScope(),attrSet,"",name)
 {
     this.parent = parent;
 }