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

此方法返回时,包含应用程序名。

返回

Boolean

如果找到了代码基底,则为 true;否则为 false

适用于