AbstractCefSettingsBrowserSubprocessPath Property |
Version 79.1.350
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: 76.1.90.0
Syntax public string BrowserSubprocessPath { get; set; }
public:
property String^ BrowserSubprocessPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also