CefSettings BrowserSubprocessPath Property Xilium.CefGlue

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

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 CefExecuteProcess() for details. Also configurable using the "browser-subprocess-path" command-line switch.

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

public string BrowserSubprocessPath { get; set; }

Property Value

Type: OnlineString
See Also