Click or drag to resize

V8ScriptEngineEvaluate(V8Script) Method

Evaluates a compiled script.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public Object Evaluate(
	V8Script script
)

Parameters

script  V8Script
The compiled script to evaluate.

Return Value

Object
The result value.
Remarks
For information about the types of result values that script code can return, see Evaluate(String, Boolean, String).
See Also