C# Class JavaScriptEngineSwitcher.V8.JsEngineFactoryCollectionExtensions

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

Public Methods

Method Description
AddV8 ( this source ) : JsEngineFactoryCollection

Adds a instance of V8JsEngineFactory to the specified JsEngineFactoryCollection

AddV8 ( this source, Action configure ) : JsEngineFactoryCollection

Adds a instance of V8JsEngineFactory to the specified JsEngineFactoryCollection

AddV8 ( this source, V8Settings settings ) : JsEngineFactoryCollection

Adds a instance of V8JsEngineFactory to the specified JsEngineFactoryCollection

Method Details

AddV8() public static method

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

AddV8() public static method

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

AddV8() public static method

Adds a instance of V8JsEngineFactory to the specified JsEngineFactoryCollection
public static AddV8 ( this source, V8Settings settings ) : JsEngineFactoryCollection
source this Instance of
settings V8Settings Settings of the V8 JS engine
return JsEngineFactoryCollection