V8Runtime(V8RuntimeConstraints, V8RuntimeFlags, Int32) Constructor |
Initializes a new V8 runtime instance with the specified resource constraints, options, and debug port.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8Runtime(
V8RuntimeConstraints constraints,
V8RuntimeFlags flags,
int debugPort
)
Public Sub New (
constraints As V8RuntimeConstraints,
flags As V8RuntimeFlags,
debugPort As Integer
)
public:
V8Runtime(
V8RuntimeConstraints^ constraints,
V8RuntimeFlags flags,
int debugPort
)
new :
constraints : V8RuntimeConstraints *
flags : V8RuntimeFlags *
debugPort : int -> V8Runtime
Parameters
- constraints V8RuntimeConstraints
- Resource constraints for the instance.
- flags V8RuntimeFlags
- A value that selects options for the operation.
- debugPort Int32
- A TCP port on which to listen for a debugger connection.
See Also