AppDomainInfo 类

定义

提供有关应用程序域的信息。Provides information about the application domain.

此 API 支持产品基础结构,不能在代码中直接使用。

public ref class AppDomainInfo : System::Web::Hosting::IAppDomainInfo
public class AppDomainInfo : System.Web.Hosting.IAppDomainInfo
type AppDomainInfo = class
    interface IAppDomainInfo
Public Class AppDomainInfo
Implements IAppDomainInfo
继承
AppDomainInfo
实现

注解

AppDomainInfo 在 .NET Framework 3.5 中引入。AppDomainInfo is introduced in the .NET Framework 3.5. 有关详细信息,请参见版本和依赖关系For more information, see Versions and Dependencies.

方法

Equals(Object)

确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object.

(继承自 Object)
GetHashCode()

作为默认哈希函数。Serves as the default hash function.

(继承自 Object)
GetId()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序域 ID。Gets the application domain ID.

GetPhysicalPath()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序域的物理路径。Gets the physical path of the application domain.

GetSiteId()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序域的站点 ID。Gets the site ID of the application domain.

GetType()

获取当前实例的 TypeGets the Type of the current instance.

(继承自 Object)
GetVirtualPath()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序域的根虚拟路径。Gets the root virtual path of the application domain.

IsIdle()

此 API 支持产品基础结构,不能在代码中直接使用。

获取应用程序域的空闲状态。Gets the idle state of the application domain.

MemberwiseClone()

创建当前 Object 的浅表副本。Creates a shallow copy of the current Object.

(继承自 Object)
ToString()

返回表示当前对象的字符串。Returns a string that represents the current object.

(继承自 Object)

适用于