CefRuntime Initialize Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberInitialize(CefMainArgs, CefSettings, CefApp)Obsolete.
Public methodStatic memberInitialize(CefMainArgs, CefSettings, CefApp, IntPtr)
This function should be called on the main application thread to initialize the CEF browser process. The |application| parameter may be empty. A return value of true indicates that it succeeded and false indicates that it failed. The |windows_sandbox_info| parameter is only used on Windows and may be NULL (see cef_sandbox_win.h for details).
Back to Top
See Also