AssemblyLocatorCurrentDomain_AssemblyResolve Method
Handler for the app domain's assembly resolve event which is fired if the system can't locate an assembly.
Namespace: MFiles.VAFAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual Assembly CurrentDomain_AssemblyResolve(
Object sender,
ResolveEventArgs args
)
- sender Object
- The event sender.
- args ResolveEventArgs
- The event arguments.
AssemblyThe found assembly or null if it is not found.