For the complete documentation index, see llms.txt. This page is also available as Markdown.

EngineType

Wisej.Ext.ClearScript.EngineType

Namespace: Wisej.Ext.ClearScript

Assembly: Wisej.Ext.ClearScript (3.2.0.0)

Indicates the type of scripting engine to create.

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

Creates a new instance of the specified type .

Last updated

Was this helpful?