Click or drag to resize

V8ScriptEngineEvaluate Method (V8Script)

Evaluates a compiled script.

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

Parameters

script
Type: Microsoft.ClearScript.V8V8Script
The compiled script to evaluate.

Return Value

Type: 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