IWebProxyScript.Load(Uri, String, Type) 方法

定义

加载脚本。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 bool Load(Uri ^ scriptLocation, System::String ^ script, Type ^ helperType);
public bool Load (Uri scriptLocation, string script, Type helperType);
abstract member Load : Uri * string * Type -> bool
Public Function Load (scriptLocation As Uri, script As String, helperType As Type) As Boolean

参数

scriptLocation
Uri

仅限内部。

script
String

仅限内部。

helperType
Type

仅限内部。

返回

一个 Boolean,它表明是否成功加载脚本。

适用于