C# Класс JavaScriptEngineSwitcher.V8.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddV8() публичный статический Метод

Adds a instance of V8JsEngineFactory to the specified JsEngineFactoryCollection
public static AddV8 ( this source ) : JsEngineFactoryCollection
source this Instance of
Результат JsEngineFactoryCollection

AddV8() публичный статический Метод

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
Результат JsEngineFactoryCollection

AddV8() публичный статический Метод

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
Результат JsEngineFactoryCollection