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.

AppDomain::ActivationContext Property

 

Gets the activation context for the current application domain.

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

public:
property ActivationContext^ ActivationContext {
	[SecurityCriticalAttribute]
	ActivationContext^ get();
}

Property Value

Type: System::ActivationContext^

An object that represents the activation context for the current application domain, or null if the domain has no activation context.

SecurityCriticalAttribute

Requires full trust for the immediate caller. This member cannot be used by partially trusted or transparent code.

.NET Framework
Available since 2.0
Return to top
Show: