Click or drag to resize

V8ScriptEngine Constructor

Overload List
 NameDescription
Public methodV8ScriptEngine Initializes a new V8 script engine instance.
Public methodV8ScriptEngine(String) Initializes a new V8 script engine instance with the specified name.
Public methodV8ScriptEngine(V8RuntimeConstraints) Initializes a new V8 script engine instance with the specified resource constraints.
Public methodV8ScriptEngine(V8ScriptEngineFlags) Initializes a new V8 script engine instance with the specified options.
Public methodV8ScriptEngine(String, V8RuntimeConstraints) Initializes a new V8 script engine instance with the specified name and resource constraints.
Public methodV8ScriptEngine(String, V8ScriptEngineFlags) Initializes a new V8 script engine instance with the specified name and options.
Public methodV8ScriptEngine(V8RuntimeConstraints, V8ScriptEngineFlags) Initializes a new V8 script engine instance with the specified resource constraints and options.
Public methodV8ScriptEngine(V8ScriptEngineFlags, Int32) Initializes a new V8 script engine instance with the specified options and debug port.
Public methodV8ScriptEngine(String, V8RuntimeConstraints, V8ScriptEngineFlags) Initializes a new V8 script engine instance with the specified name, resource constraints, and options.
Public methodV8ScriptEngine(String, V8ScriptEngineFlags, Int32) Initializes a new V8 script engine instance with the specified name, options, and debug port.
Public methodV8ScriptEngine(V8RuntimeConstraints, V8ScriptEngineFlags, Int32) Initializes a new V8 script engine instance with the specified resource constraints, options, and debug port.
Public methodV8ScriptEngine(String, V8RuntimeConstraints, V8ScriptEngineFlags, Int32) Initializes a new V8 script engine instance with the specified name, resource constraints, options, and debug port.
Top
See Also