C# 클래스 PERWAPI.ClassSpec

상속: Class
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
GetGenericClass ( ) : Class

Get the generic class that this class instantiates

GetGenericParCount ( ) : int

Count how many generic parameters this class has

GetGenericParamType ( int ix ) : Type

Get the specified generic parameter number

GetGenericParamTypes ( ) : Type[]

Get the generic parameters of this class

GetParent ( ) : MetaDataElement

Get the generic class that this is an instantiation of

비공개 메소드들

메소드 설명
AddMethod ( Method meth ) : void
AddTypeSpec ( MetaDataOut md ) : Type
BuildSignatures ( MetaDataOut md ) : void
BuildTables ( MetaDataOut md ) : void
ClassName ( ) : string
ClassSpec ( Class clType, Type gPars ) : System
GetCodedIx ( CIx code ) : uint
GetGenPar ( uint ix ) : Type
TypeDefOrRefToken ( ) : uint
TypeSig ( MemoryStream sig ) : void
Write ( PEWriter output ) : void

메소드 상세

GetGenericClass() 공개 메소드

Get the generic class that this class instantiates
public GetGenericClass ( ) : Class
리턴 Class

GetGenericParCount() 공개 메소드

Count how many generic parameters this class has
public GetGenericParCount ( ) : int
리턴 int

GetGenericParamType() 공개 메소드

Get the specified generic parameter number
public GetGenericParamType ( int ix ) : Type
ix int generic parameter number
리턴 Type

GetGenericParamTypes() 공개 메소드

Get the generic parameters of this class
public GetGenericParamTypes ( ) : Type[]
리턴 Type[]

GetParent() 공개 메소드

Get the generic class that this is an instantiation of
public GetParent ( ) : MetaDataElement
리턴 MetaDataElement