AssemblyProxy Class

AssemblyProxy is an object that can be instantiated in a separate AppDomain and called from the primary AppDomain.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public class AssemblyProxy : MarshalByRefObject
Inheritance
Object    MarshalByRefObject    AssemblyProxy

Constructors

AssemblyProxy Constructor.

Methods

AssemblyImplementsInterface Examines if the specified assembly contains a type that implements an interface with the given name.

See Also