CefBrowserProcessHandler OnRenderProcessThreadCreated Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Called on the browser process IO thread after the main thread has been created for a new render process. Provides an opportunity to specify extra information that will be passed to CefRenderProcessHandler::OnRenderThreadCreated() in the render process. Do not keep a reference to |extra_info| outside of this method.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected virtual void OnRenderProcessThreadCreated(
	CefListValue extraInfo
)

Parameters

extraInfo
Type: Xilium.CefGlue CefListValue

[Missing <param name="extraInfo"/> documentation for "M:Xilium.CefGlue.CefBrowserProcessHandler.OnRenderProcessThreadCreated(Xilium.CefGlue.CefListValue)"]

See Also