CefSettingsBrowserSubprocessPath Property |
Version 55.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: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public string BrowserSubprocessPath { get; set; }
public:
property String^ BrowserSubprocessPath {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also