IntrospectionExtensions.GetTypeInfo(Type) Método

Definição

Devolve a TypeInfo representação do 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

Do tipo para converter.

Devoluções

O objeto convertido.

Observações

Obter um TypeInfo objeto carrega sempre o tipo.

Aplica-se a