V8ScriptEngine Constructor (V8RuntimeConstraints) |
Initializes a new V8 script engine instance with the specified resource constraints.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.4
Syntaxpublic V8ScriptEngine(
V8RuntimeConstraints constraints
)
Public Sub New (
constraints As V8RuntimeConstraints
)
public:
V8ScriptEngine(
V8RuntimeConstraints^ constraints
)
new :
constraints : V8RuntimeConstraints -> V8ScriptEngine
Parameters
- constraints
- Type: Microsoft.ClearScript.V8V8RuntimeConstraints
Resource constraints for the V8 runtime (see remarks).
Remarks
A separate V8 runtime is created for the new script engine instance.
See Also