V8JavaScriptEngine
Wisej.Ext.ClearScript.V8JavaScriptEngine
Namespace: Wisej.Ext.ClearScript
Assembly: Wisej.Ext.ClearScript (3.2.0.0)
Represents an instance of the V8 JavaScript engine.
public class V8JavaScriptEngine : V8ScriptEngine
Unlike WindowsScriptEngine instances, V8ScriptEngine instances do not have thread affinity. The underlying script engine is not thread-safe, however, so this class uses internal locks to automatically serialize all script code execution for a given instance. Script delegates and event handlers are invoked on the calling thread without marshaling.
Constructors
V8JavaScriptEngine(name, constraints, flags)

Name
Type
Description
Last updated
Was this helpful?