Mono Class Library: System Namespace

System.ResolveEventHandler Delegate

Signature for various events emitted by the AppDomain.
[System.Runtime.InteropServices.ComVisible(true)]
public delegate System.Reflection.Assembly ResolveEventHandler (object sender, ResolveEventArgs args)

Parameters

sender
An instance of AppDomain
args
The arguments to the resolution callback.

Value

The assembly that this event resolved to.

Remarks

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0