C# Class MsieJavaScriptEngine.ActiveScript.ClassicActiveScriptJsEngine

Classic MSIE JavaScript engine
Inheritance: ActiveScriptJsEngineBase
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode 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 méthode

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 méthode

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