Click or drag to resize

V8Runtime(String, V8RuntimeConstraints, V8RuntimeFlags, Int32) Constructor

Initializes a new V8 runtime instance with the specified name, resource constraints, options, and debug port.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax
public V8Runtime(
	string name,
	V8RuntimeConstraints constraints,
	V8RuntimeFlags flags,
	int debugPort
)

Parameters

name  String
A name to associate with the instance. Currently, this name is used only as a label in presentation contexts such as debugger user interfaces.
constraints  V8RuntimeConstraints
Resource constraints for the instance.
flags  V8RuntimeFlags
A value that selects options for the operation.
debugPort  Int32
A TCP port on which to listen for a debugger connection.
See Also