Click or drag to resize
CefSettingsBrowserSubprocessPath Property
Version 51.0.0
The path to a separate executable that will be launched for sub-processes. By default the browser process executable is used. See the comments on Cef.ExecuteProcess() for details. Also configurable using the "browser-subprocess-path" command-line switch. Default is CefSharp.BrowserSubprocess.exe

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public string BrowserSubprocessPath { get; set; }

Property Value

Type: String
See Also