This documentation is archived and is not being maintained.
WebApplicationInformation Members
Visual Studio 2008
Provides information associated with health events.
The WebApplicationInformation type exposes the following members.
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FormatToString | Formats the application information. |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
ToString | Formats event information for display purposes. (Overrides Object::ToString().) |
| Name | Description | |
|---|---|---|
|
ApplicationDomain | Gets the current application domain name. |
|
ApplicationPath | Gets the application physical path. |
|
ApplicationVirtualPath | Gets the application logical path. |
|
MachineName | Gets the application machine name. |
|
TrustLevel | Gets the application trust level. |
Show: