Click or drag to resize

CefBrowserProcessHandlerOnBeforeChildProcessLaunch Method

Called before a child process is launched. Will be called on the browser process UI thread when launching a render process and on the browser process IO thread when launching a GPU or plugin process. Provides an opportunity to modify the child process command line. Do not keep a reference to |command_line| outside of this method.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected virtual void OnBeforeChildProcessLaunch(
	CefCommandLine commandLine
)

Parameters

commandLine  CefCommandLine
 
See Also