次の方法で共有


Manager.GetCodeBase(String, String, String) メソッド

定義

渡された URL 文字列からコード ベースとアプリケーション名を取得します。

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

public:
 static bool GetCodeBase(System::String ^ pURL, [Runtime::InteropServices::Out] System::String ^ % codeBase, [Runtime::InteropServices::Out] System::String ^ % application);
public static bool GetCodeBase (string pURL, out string codeBase, out string application);
static member GetCodeBase : string * string * string -> bool
Public Shared Function GetCodeBase (pURL As String, ByRef codeBase As String, ByRef application As String) As Boolean

パラメーター

pURL
String

コード ベースの URL。

codeBase
String

このメソッドから制御が戻るときに、コード ベースのパスを格納します。

application
String

このメソッドから制御が戻るときに、アプリケーション名を格納します。

戻り値

コード ベースが見つかった場合は true。見つからない場合、false

適用対象