C# 클래스 MsieJavaScriptEngine.ActiveScript.ClassicActiveScriptJsEngine

Classic MSIE JavaScript engine
상속: ActiveScriptJsEngineBase
파일 보기 프로젝트 열기: Taritsyn/MsieJavaScriptEngine

공개 메소드들

메소드 설명
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

메소드 상세

ClassicActiveScriptJsEngine() 공개 메소드

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() 공개 정적인 메소드

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