CefSettingsBaseBrowserSubprocessPath Property |
Version 101.0.180
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. If this value is non-empty then it must be an absolute path.
Also configurable using the "browser-subprocess-path" command-line switch.
Defaults to using the provided CefSharp.BrowserSubprocess.exe instance
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 101.0.180.0
Syntax public string BrowserSubprocessPath { get; set; }
public:
property String^ BrowserSubprocessPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also