Click or drag to resize

CefInitialize Method

Version 67.0.0
Overload List
  NameDescription
Public methodStatic memberInitialize(AbstractCefSettings)
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(AbstractCefSettings, 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