Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AppDomainSetup Constructor (ActivationArguments^)

 

Initializes a new instance of the AppDomainSetup class with the specified activation arguments required for manifest-based activation of an application domain.

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

public:
AppDomainSetup(
	ActivationArguments^ activationArguments
)

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
Return to top
Show:
© 2017 Microsoft