IntrospectionExtensions.GetTypeInfo(Type) Método

Definición

Devuelve la representación de TypeInfo del tipo especificado.

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

Parámetros

type
Type

Tipo que se va a convertir.

Devoluciones

TypeInfo

El objeto convertido.

Comentarios

La obtención de un TypeInfo objeto siempre cargará el tipo.

Se aplica a