ActivationContext::CreatePartialActivationContext Method (ApplicationIdentity^)
.NET Framework (current version)
Initializes a new instance of the ActivationContext class using the specified application identity.
Assembly: mscorlib (in mscorlib.dll)
public: static ActivationContext^ CreatePartialActivationContext( ApplicationIdentity^ identity )
Parameters
- identity
-
Type:
System::ApplicationIdentity^
An object that identifies an application.
| Exception | Condition |
|---|---|
| ArgumentNullException | identity is null. |
| ArgumentException | No deployment or application identity is specified in identity. |
The CreatePartialActivationContext method calls an internal constructor to create a new activation context. The implementation of the ActivationContext class in the .NET Framework version 2.0 is designed for applications that are neither fully installed in a store nor fully contained in a folder. This method provides backward compatibility for later releases in which public constructors provide full activation contexts.
.NET Framework
Available since 2.0
Available since 2.0
Show: