Mono Class Library: System Namespace

System.ResolveEventHandler Delegate

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

Parameters

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

Value

The assembly that this event resolved to. [Edit]

Remarks

[Edit]

Requirements

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