IAppDomainFactory.Create メソッド

定義

指定した Web アプリケーションの新しいアプリケーション ドメインを作成します。 このインターフェイスは、.NET Framework Version 2.0 より前のバージョンで使用されていました。バージョン 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 アプリケーションの新しいアプリケーション ドメイン。

適用対象