AppDomainInfo Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides information about the application domain.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | 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.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetId() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the application domain ID. |
![]() | GetPhysicalPath() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the physical path of the application domain. |
![]() | GetSiteId() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the site ID of the application domain. |
![]() | GetType() | |
![]() | GetVirtualPath() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the root virtual path of the application domain. |
![]() | IsIdle() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the idle state of the application domain. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
AppDomainInfo is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
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.

