C# 클래스 System.Reflection.TypeLoading.TypeFactories

파일 보기 프로젝트 열기: mikedn/runtime

공개 메소드들

메소드 설명
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

메소드 상세

GetUniqueArrayType() 공개 정적인 메소드

public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoArrayType
elementType System.Reflection.TypeLoading.RoType
리턴 System.Reflection.TypeLoading.RoArrayType

GetUniqueArrayType() 공개 정적인 메소드

public static GetUniqueArrayType ( System.Reflection.TypeLoading.RoType elementType, int rank ) : System.Reflection.TypeLoading.RoArrayType
elementType System.Reflection.TypeLoading.RoType
rank int
리턴 System.Reflection.TypeLoading.RoArrayType

GetUniqueByRefType() 공개 정적인 메소드

public static GetUniqueByRefType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoByRefType
elementType System.Reflection.TypeLoading.RoType
리턴 System.Reflection.TypeLoading.RoByRefType

GetUniqueConstructedGenericType() 공개 정적인 메소드

public static GetUniqueConstructedGenericType ( System.Reflection.TypeLoading.RoDefinitionType genericTypeDefinition, Array genericTypeArguments ) : System.Reflection.TypeLoading.RoConstructedGenericType
genericTypeDefinition System.Reflection.TypeLoading.RoDefinitionType
genericTypeArguments Array
리턴 System.Reflection.TypeLoading.RoConstructedGenericType

GetUniquePointerType() 공개 정적인 메소드

public static GetUniquePointerType ( System.Reflection.TypeLoading.RoType elementType ) : System.Reflection.TypeLoading.RoPointerType
elementType System.Reflection.TypeLoading.RoType
리턴 System.Reflection.TypeLoading.RoPointerType