EngineType
Namespace: Wisej.Ext.ClearScript
Assembly: Wisej.Ext.ClearScript
Indicates the type of scripting engine to create.
- C#
- VB.NET
public enum EngineType : Enum
Public Enum EngineType As [Enum]
Fields
| Name | Description |
|---|---|
| JScript | JavaScript. |
| V8 | Google V8 JavaScript. |
| VBScript | VB Script. |
Used By
| Name | Description |
|---|---|
| ClearScript.Create | Creates a new instance of the specified type . |