using System; using System.Runtime.InteropServices; namespace System { /// Represents the method that handles the event of an . /// The source of the event. /// An that contains the event data. /// 2 // Token: 0x020006E6 RID: 1766 // (Invoke) Token: 0x06004220 RID: 16928 [ComVisible(true)] [Serializable] public delegate void AssemblyLoadEventHandler(object sender, AssemblyLoadEventArgs args); }