mscorlib(4.0.0.0) API with additions
System.ApplicationIdentity Class Reference

Provides the ability to uniquely identify a manifest-activated application. This class cannot be inherited. More...

Inheritance diagram for System.ApplicationIdentity:
[legend]
Collaboration diagram for System.ApplicationIdentity:
[legend]

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...
 

Detailed Description

Provides the ability to uniquely identify a manifest-activated application. This class cannot be inherited.

Definition at line 11 of file ApplicationIdentity.cs.

Constructor & Destructor Documentation

◆ ApplicationIdentity()

System.ApplicationIdentity.ApplicationIdentity ( string  applicationIdentityFullName)

Initializes a new instance of the T:System.ApplicationIdentity class.

Parameters
applicationIdentityFullNameThe full name of the application.
Exceptions
T:System.ArgumentNullExceptionapplicationIdentityFullName is null.

Definition at line 66 of file ApplicationIdentity.cs.

Member Function Documentation

◆ ToString()

override string System.ApplicationIdentity.ToString ( )

Returns the full name of the manifest-activated application.

Returns
The full name of the manifest-activated application.

Definition at line 83 of file ApplicationIdentity.cs.

Property Documentation

◆ CodeBase

string System.ApplicationIdentity.CodeBase
get

Gets the location of the deployment manifest as a URL.

Returns
The URL of the deployment manifest.

Definition at line 29 of file ApplicationIdentity.cs.

◆ FullName

string System.ApplicationIdentity.FullName
get

Gets the full name of the application.

Returns
The full name of the application, also known as the display name.

Definition at line 18 of file ApplicationIdentity.cs.


The documentation for this class was generated from the following file: