Summary
Calls a JavaScript function.
- Assembly
- Wyam
.Testing .JavaScript .dll - Namespace
- Wyam
.Testing .JavaScript - Containing Type
- TestJsEngine
Syntax
public Object CallFunction(string functionName, params Object[] args)
Parameters
Name | Type | Description |
---|---|---|
functionName | string | Function name. |
args | Object[] | Function arguments. |
Return Value
Type | Description |
---|---|
Object | Result of the function execution. |