C# Class JavaScriptEngineSwitcher.ChakraCore.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
Datei anzeigen Open project: Taritsyn/JavaScriptEngineSwitcher

Public Methods

Method Description
AddChakraCore ( this source ) : JsEngineFactoryCollection

Adds a instance of ChakraCoreJsEngineFactory to the specified JsEngineFactoryCollection

AddChakraCore ( this source, Action configure ) : JsEngineFactoryCollection

Adds a instance of ChakraCoreJsEngineFactory to the specified JsEngineFactoryCollection

AddChakraCore ( this source, ChakraCoreSettings settings ) : JsEngineFactoryCollection

Adds a instance of ChakraCoreJsEngineFactory to the specified JsEngineFactoryCollection

Method Details

AddChakraCore() public static method

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

AddChakraCore() public static method

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

AddChakraCore() public static method

Adds a instance of ChakraCoreJsEngineFactory to the specified JsEngineFactoryCollection
public static AddChakraCore ( this source, ChakraCoreSettings settings ) : JsEngineFactoryCollection
source this Instance of
settings ChakraCoreSettings Settings of the ChakraCore JS engine
return JsEngineFactoryCollection