MapAssembly Method
Collapse the table of content
Expand the table of content

ReflectionContext.MapAssembly 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 an assembly that is represented by an object from another reflection context.

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

'Declaration
Public MustOverride Function MapAssembly ( _
	assembly As Assembly _
) As Assembly

Parameters

assembly
Type: System.Reflection.Assembly
The external representation of the assembly to represent in this context.

Return Value

Type: System.Reflection.Assembly
The representation of the assembly in this reflection context.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft