Click or drag to resize
CefInitialize Method
Version 63.0.0
Overload List
  NameDescription
Public methodStatic memberInitialize
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.
Public methodStatic memberInitialize(CefSettings)
Initializes CefSharp with user-provided settings. 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.
Public methodStatic memberInitialize(CefSettings, Boolean, IBrowserProcessHandler)
Initializes CefSharp with user-provided settings. It's important to note that Initialize/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.
Top
See Also