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