AssemblyLocator Class
AssemblyLocator contains the implementation of the assembly resolve event for an AppDomain.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public class AssemblyLocator
- Inheritance
- Object AssemblyLocator
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.
|