V8Runtime Constructor (V8RuntimeConstraints, V8RuntimeFlags) |
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.2.4
Syntaxpublic V8Runtime(
V8RuntimeConstraints constraints,
V8RuntimeFlags flags
)
Public Sub New (
constraints As V8RuntimeConstraints,
flags As V8RuntimeFlags
)
public:
V8Runtime(
V8RuntimeConstraints^ constraints,
V8RuntimeFlags flags
)
new :
constraints : V8RuntimeConstraints *
flags : V8RuntimeFlags -> V8Runtime
Parameters
- constraints
- Type: Microsoft.ClearScript.V8V8RuntimeConstraints
Resource constraints for the instance. - flags
- Type: Microsoft.ClearScript.V8V8RuntimeFlags
A value that selects options for the operation.
See Also