IAppDomainFactory インターフェイス

定義

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

適用対象