IAppDomainInfo Interface
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 | |
|---|---|---|
![]() | 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. |
![]() | 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 state of the application domain. |
IAppDomainInfo is introduced in the .NET Framework 3.5. For more information, see .NET Framework Versions and Dependencies.
Available since 2.0
