Click or drag to resize

ScriptObjectInvokeMethod Method

Invokes a script object method.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public abstract Object InvokeMethod(
	string name,
	params Object[] args
)

Parameters

name  String
The name of the method to invoke.
args  Object
Optional arguments for method invocation.

Return Value

Object
The invocation result value.

Implements

IScriptObjectInvokeMethod(String, Object)
See Also