C# Class JavaScriptEngineSwitcher.Vroom.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
Afficher le fichier Open project: Taritsyn/JavaScriptEngineSwitcher

Méthodes publiques

Méthode 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 méthode

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

AddVroom() public static méthode

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
Résultat JsEngineFactoryCollection

AddVroom() public static méthode

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
Résultat JsEngineFactoryCollection