Click or drag to resize

V8ScriptEngineCompileDocument Method (String)

Loads and compiles a script document.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntax
public V8Script CompileDocument(
	string specifier
)

Parameters

specifier
Type: SystemString
A string specifying the document to be loaded and compiled.

Return Value

Type: V8Script
A compiled script that can be executed by multiple V8 script engine instances.
See Also