Method | 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 |
public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoArrayType | ||
elementType | System.Reflection.TypeLoading.RoType | |
return | System.Reflection.TypeLoading.RoArrayType |
public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType, int rank ) : System.Reflection.TypeLoading.RoArrayType | ||
elementType | System.Reflection.TypeLoading.RoType | |
rank | int | |
return | System.Reflection.TypeLoading.RoArrayType |
public static GetUniqueByRefType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoByRefType | ||
elementType | System.Reflection.TypeLoading.RoType | |
return | System.Reflection.TypeLoading.RoByRefType |
public static GetUniqueConstructedGenericType ( System.Reflection.TypeLoading.RoDefinitionType genericTypeDefinition, Array genericTypeArguments ) : System.Reflection.TypeLoading.RoConstructedGenericType | ||
genericTypeDefinition | System.Reflection.TypeLoading.RoDefinitionType | |
genericTypeArguments | Array | |
return | System.Reflection.TypeLoading.RoConstructedGenericType |
public static GetUniquePointerType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoPointerType | ||
elementType | System.Reflection.TypeLoading.RoType | |
return | System.Reflection.TypeLoading.RoPointerType |