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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- assembly
- Type: System.Reflection.Assembly
The external representation of the assembly to represent in this context.
Return Value
Type: System.Reflection.AssemblyThe representation of the assembly in this reflection context.
Show: