AssemblyLocator Class

AssemblyLocator contains the implementation of the assembly resolve event for an AppDomain.

Definition

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

Constructors

AssemblyLocator Constructor.

Properties

AllowLoadingAssembliesForProbing Specifies whether the assembly resolving event can load assemblies into the AppDomain.

Methods

CurrentDomain_AssemblyResolve Handler for the app domain's assembly resolve event which is fired if the system can't locate an assembly.
IsCompatibleAssembly Checks if the loaded assembly assemblyToCheck is compatible with the requestedAssembly.

See Also