Click or drag to resize

V8Runtime Constructor (V8RuntimeConstraints, V8RuntimeFlags, Int32)

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

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

Parameters

constraints
Type: Microsoft.ClearScript.V8V8RuntimeConstraints
Resource constraints for the instance.
flags
Type: Microsoft.ClearScript.V8V8RuntimeFlags
A value that selects options for the operation.
debugPort
Type: SystemInt32
A TCP port on which to listen for a debugger connection.
See Also