CefSettings SingleProcess Property Xilium.CefGlue

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

Set to true to use a single process for the browser and renderer. This run mode is not officially supported by Chromium and is less stable than the multi-process default. Also configurable using the "single-process" command-line switch.

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

public bool SingleProcess { get; set; }

Property Value

Type: OnlineBoolean
See Also