IAppDomainFactory.Create メソッド

定義

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

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

public:
 System::Object ^ Create(System::String ^ module, System::String ^ typeName, System::String ^ appId, System::String ^ appPath, System::String ^ strUrlOfAppOrigin, int iZone);
public object Create(string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone);
abstract member Create : string * string * string * string * string * int -> obj
Public Function Create (module As String, typeName As String, appId As String, appPath As String, strUrlOfAppOrigin As String, iZone As Integer) As Object

パラメーター

module
String

Web アプリケーションを含むモジュール。

typeName
String

Web アプリケーションの種類。

appId
String

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

appPath
String

Web アプリケーションのファイルへのパス。

strUrlOfAppOrigin
String

Web アプリケーションの配信元の URL。

iZone
Int32

Web アプリケーションの配信元ゾーン。

返品

指定した Web アプリケーションの新しいアプリケーション ドメイン。

適用対象