IntrospectionExtensions.GetTypeInfo(Type) 메서드

정의

지정된 형식의 TypeInfo 표현을 반환합니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::TypeInfo ^ GetTypeInfo(Type ^ type);
public static System.Reflection.TypeInfo GetTypeInfo (this Type type);
static member GetTypeInfo : Type -> System.Reflection.TypeInfo
<Extension()>
Public Function GetTypeInfo (type As Type) As TypeInfo

매개 변수

type
Type

변환할 형식입니다.

반환

변환된 개체입니다.

설명

개체를 TypeInfo 가져오면 항상 형식이 로드됩니다.

적용 대상