AppDomainSetup.ActivationArguments Property

Definition

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

public:
 property System::Runtime::Hosting::ActivationArguments ^ ActivationArguments { System::Runtime::Hosting::ActivationArguments ^ get(); void set(System::Runtime::Hosting::ActivationArguments ^ value); };
public System.Runtime.Hosting.ActivationArguments ActivationArguments { get; set; }
member this.ActivationArguments : System.Runtime.Hosting.ActivationArguments with get, set
Public Property ActivationArguments As ActivationArguments

Property Value

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

Exceptions

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.

Remarks

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

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

Applies to