Version 55.0.0
Initializes CefSharp with the default settings.
This function can only be called once, subsiquent calls will result in an Exception.
It's important to note that Initialize and Shutdown MUST be called on your main
applicaiton thread (Typically the UI thead). If you call them on different
threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax public static bool Initialize()
public:
static bool Initialize()
Return Value
Type:
Boolean[Missing <returns> documentation for "M:CefSharp.Cef.Initialize"]
See Also