C# Class JavaScriptEngineSwitcher.Jint.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
显示文件 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
AddJint ( this source ) : JsEngineFactoryCollection

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection

AddJint ( this source, Action configure ) : JsEngineFactoryCollection

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection

AddJint ( this source, JintSettings settings ) : JsEngineFactoryCollection

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection

Method Details

AddJint() public static method

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection
public static AddJint ( this source ) : JsEngineFactoryCollection
source this Instance of
return JsEngineFactoryCollection

AddJint() public static method

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection
public static AddJint ( this source, Action configure ) : JsEngineFactoryCollection
source this Instance of
configure Action The delegate to configure the provided
return JsEngineFactoryCollection

AddJint() public static method

Adds a instance of JintJsEngineFactory to the specified JsEngineFactoryCollection
public static AddJint ( this source, JintSettings settings ) : JsEngineFactoryCollection
source this Instance of
settings JintSettings Settings of the Jint JS engine
return JsEngineFactoryCollection