IAppDomainFactory インターフェイス

定義

Web アプリケーションの新しい AppDomain インスタンスを作成する 1 つのメソッドを定義します。 このインターフェイスは、2.0 より前.NET Framework バージョンで使用されていました。バージョン 2.0 では、代わりに IAppManagerAppDomainFactory インターフェイスが使用されています。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public interface class IAppDomainFactory
[System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAppDomainFactory
[<System.Runtime.InteropServices.Guid("e6e21054-a7dc-4378-877d-b7f4a2d7e8ba")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAppDomainFactory = interface
Public Interface IAppDomainFactory
派生
属性

メソッド

名前 説明
Create(String, String, String, String, String, Int32)

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

指定した Web アプリケーションの新しいアプリケーション ドメインを作成します。 このインターフェイスは、2.0 より前.NET Framework バージョンで使用されていました。バージョン 2.0 では、代わりに IAppManagerAppDomainFactory インターフェイスが使用されています。

適用対象