Click or drag to resize

BrowserProcessServiceHost Constructor

Version 102.0.100
Initializes a new instance of the BrowserProcessServiceHost class

Namespace:  CefSharp.Internals.Wcf
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public BrowserProcessServiceHost(
	IJavascriptObjectRepositoryInternal javascriptObjectRepository,
	int parentProcessId,
	int browserId,
	IJavascriptCallbackFactory callbackFactory
)

Parameters

javascriptObjectRepository
Type: IJavascriptObjectRepositoryInternal

[Missing <param name="javascriptObjectRepository"/> documentation for "M:CefSharp.Internals.Wcf.BrowserProcessServiceHost.#ctor(CefSharp.Internals.IJavascriptObjectRepositoryInternal,System.Int32,System.Int32,CefSharp.Internals.IJavascriptCallbackFactory)"]

parentProcessId
Type: SystemInt32

[Missing <param name="parentProcessId"/> documentation for "M:CefSharp.Internals.Wcf.BrowserProcessServiceHost.#ctor(CefSharp.Internals.IJavascriptObjectRepositoryInternal,System.Int32,System.Int32,CefSharp.Internals.IJavascriptCallbackFactory)"]

browserId
Type: SystemInt32

[Missing <param name="browserId"/> documentation for "M:CefSharp.Internals.Wcf.BrowserProcessServiceHost.#ctor(CefSharp.Internals.IJavascriptObjectRepositoryInternal,System.Int32,System.Int32,CefSharp.Internals.IJavascriptCallbackFactory)"]

callbackFactory
Type: IJavascriptCallbackFactory

[Missing <param name="callbackFactory"/> documentation for "M:CefSharp.Internals.Wcf.BrowserProcessServiceHost.#ctor(CefSharp.Internals.IJavascriptObjectRepositoryInternal,System.Int32,System.Int32,CefSharp.Internals.IJavascriptCallbackFactory)"]

See Also