Version 130.1.90Gets a value that indicates whether CefSharp was shutdown.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static bool IsShutdown { get; }
public:
static property bool IsShutdown {
bool get ();
}
Property Value
Booleantrue if CefSharp was shutdown; otherwise, false.
See Also