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 (ActivationContext^)

 

Initializes a new instance of the AppDomainSetup class with the specified activation context to use for manifest-based activation of an application domain.

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

public:
AppDomainSetup(
	ActivationContext^ activationContext
)

Parameters

activationContext
Type: System::ActivationContext^

The activation context to be used for an application domain.

Exception Condition
ArgumentNullException

activationContext is null.

The ActivationContext object specified for activationContext is used to generate an ActivationArguments object containing information required to activate a new application domain. This ActivationArguments object can be accessed by using the ActivationArguments property.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft