AppDomainFactory.Create メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

Visual Basic (宣言)

Public Function Create ( _ module As String, _ typeName As String, _ appId As String, _ appPath As String, _ strUrlOfAppOrigin As String, _ iZone As Integer _ ) As Object

Visual Basic (使用法)

Dim instance As AppDomainFactory Dim module As String Dim typeName As String Dim appId As String Dim appPath As String Dim strUrlOfAppOrigin As String Dim iZone As Integer Dim returnValue As Object

returnValue = instance.Create(module, typeName, appId, appPath, strUrlOfAppOrigin, iZone)

C#

public Object Create ( string module, string typeName, string appId, string appPath, string strUrlOfAppOrigin, int iZone )

C++

public: virtual Object^ Create ( String^ module, String^ typeName, String^ appId, String^ appPath, String^ strUrlOfAppOrigin, int iZone ) sealed

J#

public final Object Create ( String module, String typeName, String appId, String appPath, String strUrlOfAppOrigin, int iZone )

JScript

public final function Create ( module : String, typeName : String, appId : String, appPath : String, strUrlOfAppOrigin : String, iZone : int ) : Object

パラメータ

module

Web アプリケーション格納されているモジュール

typeName

Web アプリケーション種類

appId

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

appPath

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

strUrlOfAppOrigin

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

iZone

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

戻り値
新しアプリケーション ドメイン