V8Runtime(String) Constructor |
Initializes a new V8 runtime instance with the specified name.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public V8Runtime(
string name
)
Public Sub New (
name As String
)
public:
V8Runtime(
String^ name
)
new :
name : string -> V8Runtime
Parameters
- name String
- A name to associate with the instance. Currently, this name is used only as a label in presentation contexts such as debugger user interfaces.
See Also