C# 클래스 System.RuntimeTypeInfo

상속: System.Reflection.TypeInfo
파일 보기 프로젝트 열기: tgiphil/MOSA-Project

공개 메소드들

메소드 설명
AsType ( ) : Type
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericParameterConstraints ( ) : System.Type[]
GetGenericTypeDefinition ( ) : Type
MakeArrayType ( ) : Type
MakeArrayType ( int rank ) : Type
MakeByRefType ( ) : Type
MakeGenericType ( ) : Type
MakePointerType ( ) : Type
RuntimeTypeInfo ( RuntimeType type, Assembly assembly ) : System.Collections.Generic

보호된 메소드들

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

메소드 상세

AsType() 공개 메소드

public AsType ( ) : Type
리턴 Type

GetArrayRank() 공개 메소드

public GetArrayRank ( ) : int
리턴 int

GetElementType() 공개 메소드

public GetElementType ( ) : Type
리턴 Type

GetGenericParameterConstraints() 공개 메소드

public GetGenericParameterConstraints ( ) : System.Type[]
리턴 System.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

IsPrimitiveImpl() 보호된 메소드

protected IsPrimitiveImpl ( ) : bool
리턴 bool

IsValueTypeImpl() 보호된 메소드

protected IsValueTypeImpl ( ) : 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

RuntimeTypeInfo() 공개 메소드

public RuntimeTypeInfo ( RuntimeType type, Assembly assembly ) : System.Collections.Generic
type RuntimeType
assembly System.Reflection.Assembly
리턴 System.Collections.Generic