CefInitialize Method | 
| Name | Description | |
|---|---|---|
| Initialize(CefSettingsBase) | 
            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.
              | |
| Initialize(CefSettingsBase, Boolean) | 
            Initializes CefSharp with user-provided settings.
            It's important to note that Initialize/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.
              | |
| Initialize(CefSettingsBase, Boolean, IApp) | 
            Initializes CefSharp with user-provided settings.
            It's important to note that Initialize/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.
              | |
| Initialize(CefSettingsBase, Boolean, IBrowserProcessHandler) | 
            Initializes CefSharp with user-provided settings.
            It's important to note that Initialize/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.
              |