using System;
using System.Runtime.InteropServices;
namespace System
{
/// Represents the callback method to invoke when the application domain is initialized.
/// An array of strings to pass as arguments to the callback method.
/// 2
// Token: 0x020006E5 RID: 1765
// (Invoke) Token: 0x0600421C RID: 16924
[ComVisible(true)]
[Serializable]
public delegate void AppDomainInitializer(string[] args);
}