Click or drag to resize

V8ScriptEngine Constructor (String)

Initializes a new V8 script engine instance with the specified name.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.3.1
Syntax
public V8ScriptEngine(
	string name
)

Parameters

name
Type: SystemString
A name to associate with the instance. Currently this name is used only as a label in presentation contexts such as debugger user interfaces.
Remarks
A separate V8 runtime is created for the new script engine instance.
See Also