MapType Method
Collapse the table of content
Expand the table of content

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.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public abstract TypeInfo MapType(
	TypeInfo type
)

Parameters

type
Type: System.Reflection.TypeInfo
The external representation of the type to represent in this context.

Return Value

Type: System.Reflection.TypeInfo
The representation of the type in this reflection context..

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft