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.VAF
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic virtual Assembly CurrentDomain_AssemblyResolve(
Object sender,
ResolveEventArgs args
)
Parameters
- sender
- Type: SystemObject
The event sender. - args
- Type: SystemResolveEventArgs
The event arguments.
Return Value
Type:
AssemblyThe found assembly or null if it is not found.
See Also