Click or drag to resize

ScriptObjectInvokeMethod Method

Invokes a script object method.

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

Parameters

name
Type: SystemString
The name of the method to invoke.
args
Type: SystemObject
Optional arguments for method invocation.

Return Value

Type: Object
The invocation result value.
See Also