ClearScript
Wisej.Ext.ClearScript.ClearScript
Last updated
Was this helpful?
Wisej.Ext.ClearScript.ClearScript
Last updated
Was this helpful?
Namespace: Wisej.Ext.ClearScript
Assembly: Wisej.Ext.ClearScript (3.2.0.0)
Creates and manages instances of the ClearScript scripting engines. The documentation on how to use the scripting engine is available here: .
ClearScript Windows engines (VBScript and JScript) are thread-bound. Once the engine has been created it must always run within the thread that created it. When is called passing or , it creates the new scripting engine on a new dedicated thread and marshals all calls to the thread the engine is bound to. When is called passing if creates the new scripting engine without a dedicated thread since the VB engine can process requests from any thread.
Creates a new instance of the specified type .
type
The to create.
name
A name to associate with the instance. Currently this name is used only as a label in presentation contexts such as debugger user interfaces.
v8constraints
An optional instance of used to initialize the script engine.
v8flags
An optional combination of flags used to initialize the script engine.
windowsflags
An optional combination of flags used to initialize the or engines.
Returns: . The requested implementation.