using System; using System.Runtime.InteropServices; namespace System.Reflection { /// Represents the method that will handle the event of an . /// The module that resolves the request. /// The assembly that was the source of the event. /// The arguments supplied by the object describing the event. // Token: 0x020006D4 RID: 1748 // (Invoke) Token: 0x060041D8 RID: 16856 [ComVisible(true)] [Serializable] public delegate Module ModuleResolveEventHandler(object sender, ResolveEventArgs e); }