Click or drag to resize

V8RuntimeCreateScriptEngine Method

Creates a new V8 script engine instance.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntax
public V8ScriptEngine CreateScriptEngine()

Return Value

Type: V8ScriptEngine
A new V8 script engine instance.
Remarks
The new script engine instance shares the V8 runtime with other instances created by this method and any of its overloads.
See Also