Provides data for loader resolution events, such as the AppDomain.TypeResolve, AppDomain.ResourceResolve, AppDomain.ReflectionOnlyAssemblyResolve, and AppDomain.AssemblyResolve events.
See Also: ResolveEventArgs Members
When the loader cannot resolve an assembly reference and a handler has been provided for the appropriate loader resolution event, the event is raised and the ResolveEventArgs contains information about the item to be resolved.
The ResolveEventArgs.Name property contains the name of the item to be resolved.
Beginning with the net_v40_long, the ResolveEventArgs.RequestingAssembly property contains the assembly that requested an assembly that can provide the named item. For more information, see the ResolveEventArgs.RequestingAssembly property.