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::ActivationArguments Property

 

Gets or sets data about the activation of an application domain.

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

public:
property ActivationArguments^ ActivationArguments {
	ActivationArguments^ get();
	void set(ActivationArguments^ value);
}

Property Value

Type: System.Runtime.Hosting::ActivationArguments^

An object that contains data about the activation of an application domain.

Exception Condition
InvalidOperationException

The property is set to an ActivationArguments object whose application identity does not match the application identity of the ApplicationTrust object returned by the ApplicationTrust property. No exception is thrown if the ApplicationTrust property is null.

No exception is thrown if this property is set to null.

The information provided by the ActivationArguments object supports manifest-based activation.

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