Click or drag to resize

CefSharpSettingsSubprocessExitIfParentProcessClosed Property

Version 86.0.240
CefSharp.BrowserSubprocess will monitor the parent process and exit if the parent process closes before the subprocess. This currently defaults to true. See https://github.com/cefsharp/CefSharp/issues/2359 for more information.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public static bool SubprocessExitIfParentProcessClosed { get; set; }

Property Value

Type: Boolean
See Also