mscorlib(4.0.0.0) API with additions
|
Provides the ability to uniquely identify a manifest-activated application. This class cannot be inherited. More...
Public Member Functions | |
ApplicationIdentity (string applicationIdentityFullName) | |
Initializes a new instance of the T:System.ApplicationIdentity class. More... | |
override string | ToString () |
Returns the full name of the manifest-activated application. More... | |
Properties | |
string | FullName [get] |
Gets the full name of the application. More... | |
string | CodeBase [get] |
Gets the location of the deployment manifest as a URL. More... | |
Provides the ability to uniquely identify a manifest-activated application. This class cannot be inherited.
Definition at line 11 of file ApplicationIdentity.cs.
System.ApplicationIdentity.ApplicationIdentity | ( | string | applicationIdentityFullName | ) |
Initializes a new instance of the T:System.ApplicationIdentity class.
applicationIdentityFullName | The full name of the application. |
T:System.ArgumentNullException | applicationIdentityFullName is null . |
Definition at line 66 of file ApplicationIdentity.cs.
override string System.ApplicationIdentity.ToString | ( | ) |
Returns the full name of the manifest-activated application.
Definition at line 83 of file ApplicationIdentity.cs.
|
get |
Gets the location of the deployment manifest as a URL.
Definition at line 29 of file ApplicationIdentity.cs.
|
get |
Gets the full name of the application.
Definition at line 18 of file ApplicationIdentity.cs.