using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Represents the method that handles the event of an .
/// The source of the event.
/// An that contains the event data.
// Token: 0x02000169 RID: 361
// (Invoke) Token: 0x06000EE7 RID: 3815
[Token(Token = "0x2000169")]
[ComVisible(true)]
[Serializable]
public delegate void AssemblyLoadEventHandler(object sender, AssemblyLoadEventArgs args);
}