IntrospectionExtensions.GetTypeInfo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns the TypeInfo representation of the specified type.
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ExtensionAttribute> _ Public Shared Function GetTypeInfo ( _ type As Type _ ) As TypeInfo
Parameters
- type
- Type: System.Type
The type to convert.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter.
Show: