Click or drag to resize

V8Runtime Constructor (V8RuntimeConstraints)

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

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntax
public V8Runtime(
	V8RuntimeConstraints constraints
)

Parameters

constraints
Type: Microsoft.ClearScript.V8V8RuntimeConstraints
Resource constraints for the instance.
See Also