IntrospectionExtensions.GetTypeInfo(Type) Yöntem

Tanım

TypeInfo Belirtilen türün gösterimini döndürür.

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

Parametreler

type
Type

Dönüştürülecek tür.

Döndürülenler

TypeInfo

Dönüştürülen nesne.

Açıklamalar

Nesne TypeInfo almak her zaman türü yükler.

Şunlara uygulanır