C# 클래스 PERWAPI.NestedClassDef

Descriptor for a Nested Class defined in an assembly
상속: ClassDef
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
GetParentClass ( ) : ClassDef

Get the enclosing class for this nested class

GetScope ( ) : PEFile

Fetch the PEFile which contains this class

MakeRefOf ( ) : ClassRef

비공개 메소드들

메소드 설명
ClassName ( ) : string
NestedClassDef ( ClassDef parent, TypeAttr attrSet, string name ) : System
SetParent ( ClassDef par ) : void

메소드 상세

GetParentClass() 공개 메소드

Get the enclosing class for this nested class
public GetParentClass ( ) : ClassDef
리턴 ClassDef

GetScope() 공개 메소드

Fetch the PEFile which contains this class
public GetScope ( ) : PEFile
리턴 PEFile

MakeRefOf() 공개 메소드

public MakeRefOf ( ) : ClassRef
리턴 ClassRef