IntrospectionExtensions.GetTypeInfo(Type) Método
Definição
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
O tipo a ser convertido.The type to convert.
Retornos
O objeto convertido.The converted object.
Comentários
Obter um TypeInfo objeto sempre carregará o tipo.Getting a TypeInfo object will always load the type.