次の方法で共有


ApplicationManager.GetAppDomain メソッド

定義

指定したアプリケーションのアプリケーション ドメインを取得します。

オーバーロード

GetAppDomain(String)

指定したアプリケーションのアプリケーション ドメインを取得します。

GetAppDomain(IApplicationHost)

指定したホストを使用して、アプリケーションのアプリケーション ドメインを取得します。

GetAppDomain(String)

指定したアプリケーションのアプリケーション ドメインを取得します。

public:
 AppDomain ^ GetAppDomain(System::String ^ appId);
public AppDomain GetAppDomain (string appId);
member this.GetAppDomain : string -> AppDomain
Public Function GetAppDomain (appId As String) As AppDomain

パラメーター

appId
String

アプリケーションの一意の識別子です。

戻り値

AppDomain

アプリケーションのアプリケーション ドメイン。

適用対象

GetAppDomain(IApplicationHost)

指定したホストを使用して、アプリケーションのアプリケーション ドメインを取得します。

public:
 AppDomain ^ GetAppDomain(System::Web::Hosting::IApplicationHost ^ appHost);
public AppDomain GetAppDomain (System.Web.Hosting.IApplicationHost appHost);
member this.GetAppDomain : System.Web.Hosting.IApplicationHost -> AppDomain
Public Function GetAppDomain (appHost As IApplicationHost) As AppDomain

パラメーター

appHost
IApplicationHost

アプリケーション ドメインを取得する対象のホスト。

戻り値

AppDomain

アプリケーションのアプリケーション ドメイン。

適用対象