C# Class MsieJavaScriptEngine.ActiveScript.ClassicActiveScriptJsEngine

Classic MSIE JavaScript engine
Inheritance: ActiveScriptJsEngineBase
Mostrar archivo Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method Description
ClassicActiveScriptJsEngine ( bool useEcmaScript5Polyfill, bool useJson2Library )

Constructs instance of the Classic MSIE JavaScript engine

IsSupported ( ) : bool

Checks a support of the Classic MSIE JavaScript engine on the machine

Method Details

ClassicActiveScriptJsEngine() public method

Constructs instance of the Classic MSIE JavaScript engine
public ClassicActiveScriptJsEngine ( bool useEcmaScript5Polyfill, bool useJson2Library )
useEcmaScript5Polyfill bool Flag for whether to use the ECMAScript 5 Polyfill
useJson2Library bool Flag for whether to use the JSON2 library

IsSupported() public static method

Checks a support of the Classic MSIE JavaScript engine on the machine
public static IsSupported ( ) : bool
return bool