Click or drag to resize

V8ScriptEngineCompile(DocumentInfo, String) Method

Creates a compiled script with the specified document meta-information.

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

Parameters

documentInfo  DocumentInfo
A structure containing meta-information for the script document.
code  String
The script code to compile.

Return Value

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