C# Class System.RuntimeTypeInfo

Inheritance: System.Reflection.TypeInfo
Datei anzeigen Open project: tgiphil/MOSA-Project

Public Methods

Method Description
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

Protected Methods

Method Description
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool
IsByRefImpl ( ) : bool
IsNestedImpl ( ) : bool
IsPointerImpl ( ) : bool
IsPrimitiveImpl ( ) : bool
IsValueTypeImpl ( ) : bool

Method Details

AsType() public method

public AsType ( ) : Type
return Type

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetElementType() public method

public GetElementType ( ) : Type
return Type

GetGenericParameterConstraints() public method

public GetGenericParameterConstraints ( ) : System.Type[]
return System.Type[]

GetGenericTypeDefinition() public method

public GetGenericTypeDefinition ( ) : Type
return Type

HasElementTypeImpl() protected method

protected HasElementTypeImpl ( ) : bool
return bool

IsArrayImpl() protected method

protected IsArrayImpl ( ) : bool
return bool

IsByRefImpl() protected method

protected IsByRefImpl ( ) : bool
return bool

IsNestedImpl() protected method

protected IsNestedImpl ( ) : bool
return bool

IsPointerImpl() protected method

protected IsPointerImpl ( ) : bool
return bool

IsPrimitiveImpl() protected method

protected IsPrimitiveImpl ( ) : bool
return bool

IsValueTypeImpl() protected method

protected IsValueTypeImpl ( ) : bool
return bool

MakeArrayType() public method

public MakeArrayType ( ) : Type
return Type

MakeArrayType() public method

public MakeArrayType ( int rank ) : Type
rank int
return Type

MakeByRefType() public method

public MakeByRefType ( ) : Type
return Type

MakeGenericType() public method

public MakeGenericType ( ) : Type
return Type

MakePointerType() public method

public MakePointerType ( ) : Type
return Type

RuntimeTypeInfo() public method

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