C# Class System.RuntimeType

Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericTypeDefinition ( ) : Type
MakeArrayType ( ) : Type
MakeArrayType ( int rank ) : Type
MakeByRefType ( ) : Type
MakeGenericType ( ) : Type
MakePointerType ( ) : Type

Protected Methods

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

Private Methods

Method Description
RuntimeType ( RuntimeTypeHandle handle ) : System.Reflection

Method Details

GetArrayRank() public method

public GetArrayRank ( ) : int
return int

GetElementType() public method

public GetElementType ( ) : Type
return 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

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