ReflectionContext.MapAssembly(Assembly) Método
Definição
Obtém a representação, neste contexto de reflexão, de um assembly representado por um objeto de outro contexto de reflexão.Gets the representation, in this reflection context, of an assembly that is represented by an object from another reflection context.
public:
abstract System::Reflection::Assembly ^ MapAssembly(System::Reflection::Assembly ^ assembly);
public abstract System.Reflection.Assembly MapAssembly (System.Reflection.Assembly assembly);
abstract member MapAssembly : System.Reflection.Assembly -> System.Reflection.Assembly
Public MustOverride Function MapAssembly (assembly As Assembly) As Assembly
Parâmetros
- assembly
- Assembly
A representação externa do assembly a ser representado nesse contexto.The external representation of the assembly to represent in this context.
Retornos
A representação do assembly nesse contexto de reflexão.The representation of the assembly in this reflection context.