IntrospectionExtensions.GetTypeInfo(Type) Metodo

Definizione

Restituisce la rappresentazione TypeInfo del tipo specificato.

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

Parametri

type
Type

Tipo da convertire.

Restituisce

TypeInfo

Oggetto convertito.

Commenti

Ottenere un TypeInfo oggetto caricherà sempre il tipo.

Si applica a