TestJsEngine.

Execute(string) Method

Summary

Executes JavaScript code.

Syntax

public void Execute(string code)

Parameters

Name Type Description
code string The JavaScript code to execute.

Return Value

Type Description
void
GitHub