Summary
Evaluates an expression.
- Assembly
- Wyam
.Testing .JavaScript .dll - Namespace
- Wyam
.Testing .JavaScript - Containing Type
- TestJsEngine
Syntax
public Object Evaluate(string expression)
Parameters
| Name | Type | Description |
|---|---|---|
| expression | string | JavaScript expression. |
Return Value
| Type | Description |
|---|---|
| Object | Result of the expression. |
