ApplicationDomain 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示背景工作進程中受控應用程式的隔離環境。
public ref class ApplicationDomain : Microsoft::Web::Administration::ConfigurationElement
public class ApplicationDomain : Microsoft.Web.Administration.ConfigurationElement
type ApplicationDomain = class
inherit ConfigurationElement
Public Class ApplicationDomain
Inherits ConfigurationElement
- 繼承
備註
由 物件表示 System.AppDomain 的應用程式域,可協助提供隔離、卸載和安全性界限來執行 Managed 程式碼。
ApplicationDomain物件代表在 IIS 7 背景工作進程中執行受控 Web 應用程式的應用程式域。 類別 ApplicationDomain 可讓您存取 類別所 System.AppDomain 公開之功能的子集。 例如, System.AppDomain 生命週期事件無法透過 類別供訂用帳戶使用 ApplicationDomain 。
屬性
Attributes |
取得組態屬性集合,其中包含這個專案的屬性清單。 (繼承來源 ConfigurationElement) |
ChildElements |
取得目前專案的所有子專案。 (繼承來源 ConfigurationElement) |
ElementTagName |
表示背景工作進程中受控應用程式的隔離環境。 (繼承來源 ConfigurationElement) |
Id |
取得應用程式域的唯一識別碼。 |
Idle |
取得值,判斷應用程式域是否閒置。 |
IsLocallyStored |
取得值,指出組態專案是否儲存在特定組態檔中。 (繼承來源 ConfigurationElement) |
Item[String] |
取得或設定具有指定名稱的屬性。 (繼承來源 ConfigurationElement) |
Methods |
取得組態專案的方法集合。 (繼承來源 ConfigurationElement) |
PhysicalPath |
取得應用程式域的實體或絕對路徑。 |
RawAttributes |
表示背景工作進程中受控應用程式的隔離環境。 (繼承來源 ConfigurationElement) |
Schema |
取得目前專案的架構。 (繼承來源 ConfigurationElement) |
VirtualPath |
取得應用程式域的虛擬路徑 |
WorkerProcess |
取得應用程式域所在的背景工作進程。 |
方法
Delete() |
表示背景工作進程中受控應用程式的隔離環境。 (繼承來源 ConfigurationElement) |
GetAttribute(String) |
ConfigurationAttribute傳回 物件,表示要求的屬性。 (繼承來源 ConfigurationElement) |
GetAttributeValue(String) |
傳回指定之屬性的值。 (繼承來源 ConfigurationElement) |
GetChildElement(String) |
傳回目前組態專案下且具有指定名稱的子專案。 (繼承來源 ConfigurationElement) |
GetChildElement(String, Type) |
傳回目前組態專案下且具有指定名稱和類型的子專案。 (繼承來源 ConfigurationElement) |
GetCollection() |
傳回目前組態專案的預設集合。 (繼承來源 ConfigurationElement) |
GetCollection(String) |
傳回屬於目前組態專案的所有組態專案。 (繼承來源 ConfigurationElement) |
GetCollection(String, Type) |
傳回具有指定名稱和型別的組態專案,且位於目前的組態專案底下。 (繼承來源 ConfigurationElement) |
GetCollection(Type) |
傳回具有指定型別且位於目前組態專案下的組態專案。 (繼承來源 ConfigurationElement) |
GetMetadata(String) |
從專案架構傳回中繼資料值。 (繼承來源 ConfigurationElement) |
SetAttributeValue(String, Object) |
設定指定屬性的值。 (繼承來源 ConfigurationElement) |
SetMetadata(String, Object) |
從專案架構設定中繼資料值。 (繼承來源 ConfigurationElement) |
Unload() |
卸載應用程式域。 |