using System; using System.Reflection; using System.Runtime.InteropServices; namespace System { /// Represents the method that handles the , , and events of an . /// The that resolves the type, assembly, or resource; or null if the assembly cannot be resolved. /// The source of the event. /// A that contains the event data. /// 2 // Token: 0x020006EE RID: 1774 // (Invoke) Token: 0x06004240 RID: 16960 [ComVisible(true)] [Serializable] public delegate Assembly ResolveEventHandler(object sender, ResolveEventArgs args); }