CefInitialize Method (CefSettingsBase) | 
Version 104.4.240 
            Initializes CefSharp with user-provided settings.
            It's important to note that Initialize and Shutdown MUST be called on your main
            application thread (typically the UI thread). If you call them on different
            threads, your application will hang. See the documentation for Cef.Shutdown() for more details.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 104.4.240.0
Syntaxpublic static bool Initialize(
	CefSettingsBase settings
)
public:
static bool Initialize(
	CefSettingsBase^ settings
)
Parameters
- settings
 - Type: CefSharpCefSettingsBase
CefSharp configuration settings. 
Return Value
Type: 
Booleantrue if successful; otherwise, false.
See Also