Click or drag to resize

V8Runtime(V8RuntimeConstraints, V8RuntimeFlags) Constructor

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

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

Parameters

constraints  V8RuntimeConstraints
Resource constraints for the instance.
flags  V8RuntimeFlags
A value that selects options for the operation.
See Also