ActivationContext::CreatePartialActivationContext Method (ApplicationIdentity)
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 nullptr. |
| 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.