Click or drag to resize

V8ScriptEngineCompile(String) Method

Creates a compiled script.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public V8Script Compile(
	string code
)

Parameters

code  String
The script code to compile.

Return Value

V8Script
A compiled script that can be executed multiple times without recompilation.
See Also