- Namespace
- Statiq
.Testing .JavaScript - Interfaces
-
- IJavaScriptEngine
- IDisposable
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IJavaScriptEngine"]
click Interface0 "/api/Statiq.Common/IJavaScriptEngine"
Type-.->Interface1["IDisposable"]
Type["TestJsEngine"]
class Type type-node
Syntax
public class TestJsEngine : IJavaScriptEngine, IDisposable
Constructors
Name | Summary |
---|---|
TestJsEngine |
|
TestJsEngine |
Properties
Methods
Name | Return Value | Summary |
---|---|---|
CallFunction |
object | |
CallFunction |
T | |
Dispose |
void | |
EmbedHostObject |
void | |
EmbedHostType |
void | |
Evaluate |
object | |
Evaluate |
T | |
Execute |
void | |
ExecuteFile |
void | |
ExecuteResource |
void | |
ExecuteResource |
void | |
GetVariableValue |
object | |
GetVariableValue |
T | |
HasVariable |
bool | |
RemoveVariable |
void | |
SetVariableValue |
void |