C# 클래스 System.RuntimeType

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericTypeDefinition ( ) : Type
MakeArrayType ( ) : Type
MakeArrayType ( int rank ) : Type
MakeByRefType ( ) : Type
MakeGenericType ( ) : Type
MakePointerType ( ) : Type

보호된 메소드들

메소드 설명
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool
IsByRefImpl ( ) : bool
IsNestedImpl ( ) : bool
IsPointerImpl ( ) : bool

비공개 메소드들

메소드 설명
RuntimeType ( RuntimeTypeHandle handle ) : System.Reflection

메소드 상세

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( ) : Type
리턴 Type

GetGenericTypeDefinition() 공개 메소드

public GetGenericTypeDefinition ( ) : Type
리턴 Type

HasElementTypeImpl() 보호된 메소드

protected HasElementTypeImpl ( ) : bool
리턴 bool

IsArrayImpl() 보호된 메소드

protected IsArrayImpl ( ) : bool
리턴 bool

IsByRefImpl() 보호된 메소드

protected IsByRefImpl ( ) : bool
리턴 bool

IsNestedImpl() 보호된 메소드

protected IsNestedImpl ( ) : bool
리턴 bool

IsPointerImpl() 보호된 메소드

protected IsPointerImpl ( ) : bool
리턴 bool

MakeArrayType() 공개 메소드

public MakeArrayType ( ) : Type
리턴 Type

MakeArrayType() 공개 메소드

public MakeArrayType ( int rank ) : Type
rank int
리턴 Type

MakeByRefType() 공개 메소드

public MakeByRefType ( ) : Type
리턴 Type

MakeGenericType() 공개 메소드

public MakeGenericType ( ) : Type
리턴 Type

MakePointerType() 공개 메소드

public MakePointerType ( ) : Type
리턴 Type