Click or drag to resize

BrowserProcessServiceHost Constructor

Version 130.1.90
Initializes a new instance of the BrowserProcessServiceHost class

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

Parameters

javascriptObjectRepository  IJavascriptObjectRepositoryInternal

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

parentProcessId  Int32

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

browserId  Int32

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

callbackFactory  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