LateBinding.CallValue2 方法

定义

通过调用成员来解析绑定引用。

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

public:
 static System::Object ^ CallValue2(System::Object ^ val, System::Object ^ thisob, cli::array <System::Object ^> ^ arguments, bool construct, bool brackets, Microsoft::JScript::Vsa::VsaEngine ^ engine);
public static object CallValue2 (object val, object thisob, object[] arguments, bool construct, bool brackets, Microsoft.JScript.Vsa.VsaEngine engine);
static member CallValue2 : obj * obj * obj[] * bool * bool * Microsoft.JScript.Vsa.VsaEngine -> obj
Public Shared Function CallValue2 (val As Object, thisob As Object, arguments As Object(), construct As Boolean, brackets As Boolean, engine As VsaEngine) As Object

参数

val
Object

有关要调用的成员的信息。

thisob
Object

在其上定义绑定引用的对象。

arguments
Object[]

要传递给成员的参数。

construct
Boolean

如果要使用构造方法,则为 true;否则为 false

brackets
Boolean

如果绑定引用包含括号,则为 true;否则为 false

engine
VsaEngine

对脚本引擎的引用。

返回

Object

成员调用的返回值。

适用于