ActivationContext::Identity Property
.NET Framework (current version)
Gets the application identity for the current application.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System::ApplicationIdentity^An ApplicationIdentity object that identifies the current application.
An ApplicationIdentity uniquely identifies an application by its full name and location.
The following code example demonstrates the use of an ActivationContext object to obtain the ApplicationIdentity for a manifest-based application. This code example is part of a larger example provided for the ActivationContext class.
.NET Framework
Available since 2.0
Available since 2.0
Show: