V8Runtime Constructor (String, V8RuntimeFlags) |
Initializes a new V8 runtime instance with the specified name and options.
Namespace:
Microsoft.ClearScript.V8
Assembly:
ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.5
Syntaxpublic V8Runtime(
string name,
V8RuntimeFlags flags
)
Public Sub New (
name As String,
flags As V8RuntimeFlags
)
public:
V8Runtime(
String^ name,
V8RuntimeFlags flags
)
new :
name : string *
flags : V8RuntimeFlags -> V8Runtime
Parameters
- name
- Type: SystemString
A name to associate with the instance. Currently this name is used only as a label in presentation contexts such as debugger user interfaces. - flags
- Type: Microsoft.ClearScript.V8V8RuntimeFlags
A value that selects options for the operation.
See Also