Click or drag to resize
CefShutdown Method
Version 51.0.0
Shuts down CefSharp and the underlying CEF infrastructure. This method is safe to call multiple times; it will only shut down CEF on the first call (all subsequent calls will be ignored). This function should be called on the main application thread to shut down the CEF browser process before the application exits.

Namespace: CefSharp
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 51.0.0.0
Syntax
public static void Shutdown()
See Also