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: 0x02000170 RID: 368
// (Invoke) Token: 0x06000F1D RID: 3869
[Token(Token = "0x2000170")]
[ComVisible(true)]
[Serializable]
public delegate void AssemblyLoadEventHandler(object sender, AssemblyLoadEventArgs args);
}