mscorlib(4.0.0.0) API with additions
System.Reflection.IntrospectionExtensions Class Reference

Contains methods for converting T:System.Type objects. More...

Static Public Member Functions

static TypeInfo GetTypeInfo (this Type type)
 Returns the T:System.Reflection.TypeInfo representation of the specified type. More...
 

Detailed Description

Contains methods for converting T:System.Type objects.

Definition at line 5 of file IntrospectionExtensions.cs.

Member Function Documentation

◆ GetTypeInfo()

static TypeInfo System.Reflection.IntrospectionExtensions.GetTypeInfo ( this Type  type)
static

Returns the T:System.Reflection.TypeInfo representation of the specified type.

Parameters
typeThe type to convert.
Returns
The converted object.

Definition at line 11 of file IntrospectionExtensions.cs.


The documentation for this class was generated from the following file: