C# Class System.Reflection.TypeLoading.TypeFactories

Afficher le fichier Open project: mikedn/runtime

Méthodes publiques

Méthode Description
GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoArrayType
GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType, int rank ) : System.Reflection.TypeLoading.RoArrayType
GetUniqueByRefType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoByRefType
GetUniqueConstructedGenericType ( System.Reflection.TypeLoading.RoDefinitionType genericTypeDefinition, Array genericTypeArguments ) : System.Reflection.TypeLoading.RoConstructedGenericType
GetUniquePointerType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoPointerType

Method Details

GetUniqueArrayType() public static méthode

public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoArrayType
elementType System.Reflection.TypeLoading.RoType
Résultat System.Reflection.TypeLoading.RoArrayType

GetUniqueArrayType() public static méthode

public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType, int rank ) : System.Reflection.TypeLoading.RoArrayType
elementType System.Reflection.TypeLoading.RoType
rank int
Résultat System.Reflection.TypeLoading.RoArrayType

GetUniqueByRefType() public static méthode

public static GetUniqueByRefType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoByRefType
elementType System.Reflection.TypeLoading.RoType
Résultat System.Reflection.TypeLoading.RoByRefType

GetUniqueConstructedGenericType() public static méthode

public static GetUniqueConstructedGenericType ( System.Reflection.TypeLoading.RoDefinitionType genericTypeDefinition, Array genericTypeArguments ) : System.Reflection.TypeLoading.RoConstructedGenericType
genericTypeDefinition System.Reflection.TypeLoading.RoDefinitionType
genericTypeArguments Array
Résultat System.Reflection.TypeLoading.RoConstructedGenericType

GetUniquePointerType() public static méthode

public static GetUniquePointerType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoPointerType
elementType System.Reflection.TypeLoading.RoType
Résultat System.Reflection.TypeLoading.RoPointerType