C# Class JavaScriptEngineSwitcher.V8.JsEngineFactoryCollectionExtensions

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

Méthodes publiques

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

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

AddV8() public static méthode

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

AddV8() public static méthode

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