IntrospectionExtensions.GetTypeInfo(Type) Metoda

Definicja

Zwraca reprezentację TypeInfo określonego typu.

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

Parametry

type
Type

Typ do przekonwertowania.

Zwraca

TypeInfo

Przekonwertowany obiekt.

Uwagi

TypeInfo Pobranie obiektu zawsze spowoduje załadowanie typu.

Dotyczy