IntrospectionExtensions.GetTypeInfo(Type) Method
Definition
Returns the TypeInfo representation of the specified type.
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
Parameters
- type
- Type
The type to convert.
Returns
The converted object.
Remarks
Getting a TypeInfo object will always load the type.