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

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

返品

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

適用対象

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

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

返品

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

適用対象