TypeDescriptor.GetReflectionType 메서드

정의

리플렉션을 Type 수행하는 데 사용할 수 있는 값을 반환합니다.

오버로드

Name Description
GetReflectionType(Object)

개체가 Type 지정된 경우 리플렉션을 수행하는 데 사용할 수 있는 값을 반환합니다.

GetReflectionType(Type)

클래스 형식이 Type 지정된 경우 리플렉션을 수행하는 데 사용할 수 있는 값을 반환합니다.

GetReflectionType(Object)

개체가 Type 지정된 경우 리플렉션을 수행하는 데 사용할 수 있는 값을 반환합니다.

public:
 static Type ^ GetReflectionType(System::Object ^ instance);
public static Type GetReflectionType(object instance);
static member GetReflectionType : obj -> Type
Public Shared Function GetReflectionType (instance As Object) As Type

매개 변수

instance
Object

대상 구성 요소의 인스턴스입니다.

반품

지정된 개체에 대한 A Type 입니다.

예외

instancenull입니다.

설명

GetReflectionType 메서드는 메서드의 하위 수준 버전입니다GetTypeDescriptor. GetReflectionType 는 사용자 지정 형식 설명자를 배치할 수 없는 경우 개체에 대해 표준 리플렉션을 수행하는 데 일반적으로 사용됩니다.

추가 정보

적용 대상

GetReflectionType(Type)

클래스 형식이 Type 지정된 경우 리플렉션을 수행하는 데 사용할 수 있는 값을 반환합니다.

public:
 static Type ^ GetReflectionType(Type ^ type);
public static Type GetReflectionType(Type type);
static member GetReflectionType : Type -> Type
Public Shared Function GetReflectionType (type As Type) As Type

매개 변수

type
Type

Type 대상 구성 요소의

반품

지정된 클래스의 A Type 입니다.

예외

typenull입니다.

설명

GetReflectionType 메서드는 메서드의 하위 수준 버전입니다GetTypeDescriptor. GetReflectionType 는 일반적으로 사용자 지정 형식 설명자를 배치할 수 없는 경우 클래스에 대해 표준 리플렉션을 수행하는 데 사용됩니다.

추가 정보

적용 대상