ReflectionContext.MapType Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the representation, in this reflection context, of a type represented by an object from another reflection context.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- type
- Type: System.Reflection.TypeInfo
The external representation of the type to represent in this context.
Return Value
Type: System.Reflection.TypeInfoThe representation of the type in this reflection context..
Show: