C# 클래스 JavaScriptEngineSwitcher.V8.JsEngineFactoryCollectionExtensions

JS engine factory collection extensions
파일 보기 프로젝트 열기: Taritsyn/JavaScriptEngineSwitcher

공개 메소드들

메소드 설명
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