IAppDomainFactory 介面

定義

定義單一的方法,以建立 Web 應用程式的新 AppDomain 執行個體。 .NET Framework 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 2.0 以前的版本曾經使用這個介面,而 2.0 版使用 IAppManagerAppDomainFactory 介面。

適用於