AppDomainSetup Constructor (ActivationArguments^)
.NET Framework (current version)
Initializes a new instance of the AppDomainSetup class with the specified activation arguments required for manifest-based activation of an application domain.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- activationArguments
-
Type:
System.Runtime.Hosting::ActivationArguments^
An object that specifies information required for the manifest-based activation of a new application domain.
| Exception | Condition |
|---|---|
| ArgumentNullException | activationArguments is null. |
The object specified for activationArguments can be accessed by using the ActivationArguments property.
.NET Framework
Available since 2.0
Available since 2.0
Show: