C# Class JavaScriptEngineSwitcher.Vroom.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
ファイルを表示 Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
AddVroom ( this source ) : JsEngineFactoryCollection

Adds a instance of VroomJsEngineFactory to the specified JsEngineFactoryCollection

AddVroom ( this source, Action configure ) : JsEngineFactoryCollection

Adds a instance of VroomJsEngineFactory to the specified JsEngineFactoryCollection

AddVroom ( this source, VroomSettings settings ) : JsEngineFactoryCollection

Adds a instance of VroomJsEngineFactory to the specified JsEngineFactoryCollection

Method Details

AddVroom() public static method

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

AddVroom() public static method

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

AddVroom() public static method

Adds a instance of VroomJsEngineFactory to the specified JsEngineFactoryCollection
public static AddVroom ( this source, VroomSettings settings ) : JsEngineFactoryCollection
source this Instance of
settings VroomSettings Settings of the Vroom JS engine
return JsEngineFactoryCollection