M-Files Vault Application Framework
C#
Show/Hide TOC
Assembly
Proxy 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#
Copy
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
Reference
MFiles.VAF Namespace
In This Article
Definition
Constructors
Methods
See Also