IntrospectionExtensions.GetTypeInfo(Type) Méthode

Définition

Retourne la représentation TypeInfo du type spécifié.

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

Paramètres

type
Type

Type à convertir.

Retours

TypeInfo

Objet converti.

Remarques

L’obtention d’un TypeInfo objet charge toujours le type.

S’applique à