C# Class System.RuntimeTypeInfo

Inheritance: System.Reflection.TypeInfo
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode 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

Méthodes protégées

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

Method Details

AsType() public méthode

public AsType ( ) : Type
Résultat Type

GetArrayRank() public méthode

public GetArrayRank ( ) : int
Résultat int

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat Type

GetGenericParameterConstraints() public méthode

public GetGenericParameterConstraints ( ) : System.Type[]
Résultat System.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

IsPrimitiveImpl() protected méthode

protected IsPrimitiveImpl ( ) : bool
Résultat bool

IsValueTypeImpl() protected méthode

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

RuntimeTypeInfo() public méthode

public RuntimeTypeInfo ( RuntimeType type, Assembly assembly ) : System.Collections.Generic
type RuntimeType
assembly System.Reflection.Assembly
Résultat System.Collections.Generic