C# Class System.RuntimeType

Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
GetArrayRank ( ) : int
GetElementType ( ) : Type
GetGenericTypeDefinition ( ) : Type
MakeArrayType ( ) : Type
MakeArrayType ( int rank ) : Type
MakeByRefType ( ) : Type
MakeGenericType ( ) : Type
MakePointerType ( ) : Type

Méthodes protégées

Méthode Description
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool
IsByRefImpl ( ) : bool
IsNestedImpl ( ) : bool
IsPointerImpl ( ) : bool

Private Methods

Méthode Description
RuntimeType ( RuntimeTypeHandle handle ) : System.Reflection

Method Details

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat Type

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat Type

HasElementTypeImpl() protected méthode

protected HasElementTypeImpl ( ) : bool
Résultat bool

IsArrayImpl() protected méthode

protected IsArrayImpl ( ) : bool
Résultat bool

IsByRefImpl() protected méthode

protected IsByRefImpl ( ) : bool
Résultat bool

IsNestedImpl() protected méthode

protected IsNestedImpl ( ) : bool
Résultat bool

IsPointerImpl() protected méthode

protected IsPointerImpl ( ) : bool
Résultat bool

MakeArrayType() public méthode

public MakeArrayType ( ) : Type
Résultat Type

MakeArrayType() public méthode

public MakeArrayType ( int rank ) : Type
rank int
Résultat Type

MakeByRefType() public méthode

public MakeByRefType ( ) : Type
Résultat Type

MakeGenericType() public méthode

public MakeGenericType ( ) : Type
Résultat Type

MakePointerType() public méthode

public MakePointerType ( ) : Type
Résultat Type