Represents the callback method to invoke when the application domain is initialized.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public delegate
void AppDomainInitializer (
string[] args)
Parameters
- args
- Documentation for this section has not yet been entered.
Remarks
Use an AppDomainInitializer delegate to specify the callback method to invoke when an instance of the AppDomain class is initialized.
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0