V8Runtime(V8RuntimeFlags) Constructor |
Initializes a new V8 runtime instance with the specified options.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8Runtime(
V8RuntimeFlags flags
)
Public Sub New (
flags As V8RuntimeFlags
)
public:
V8Runtime(
V8RuntimeFlags flags
)
new :
flags : V8RuntimeFlags -> V8Runtime
Parameters
- flags V8RuntimeFlags
- A value that selects options for the operation.
See Also