AppDomainInitializer Delegate
.NET Framework (current version)
Represents the callback method to invoke when the application domain is initialized.
Assembly: mscorlib (in mscorlib.dll)
[SerializableAttribute] [ComVisibleAttribute(true)] public delegate void AppDomainInitializer( array<String^>^ args )
Parameters
- args
-
Type:
array<System::String^>^
An array of strings to pass as arguments to the callback method.
Use an AppDomainInitializer delegate to specify the callback method to invoke when an instance of the AppDomain class is initialized.
.NET Framework
Available since 2.0
Available since 2.0
Show: