ApplicationInfo Class
Provides information about a running application. This class cannot be inherited.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ID | Gets the unique identifier for the application. |
![]() | PhysicalPath | Gets the physical path corresponding to the application's root. |
![]() | VirtualPath | Gets the virtual path corresponding to the application's root. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The ApplicationInfo object is used by the ApplicationManager class for information about running applications.
The following code example gets an array of ApplicationInfo objects from the ApplicationManager object associated with the current process.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

