Click or drag to resize
Cef Properties
Version 51.0.0

The Cef type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCefCommitHash
Gets a value that indicates the Git Hash for CEF version currently being used.
Public propertyStatic memberCefSharpVersion
Gets a value that indicates the version of CefSharp currently being used.
Public propertyStatic memberCefVersion
Gets a value that indicates the CEF version currently being used.
Public propertyStatic memberChromiumVersion
Gets a value that indicates the Chromium version currently being used.
Public propertyStatic memberFileThreadTaskFactory
Public propertyStatic memberIOThreadTaskFactory
Public propertyStatic memberIsInitialized
Gets a value that indicates whether CefSharp is initialized.
Public propertyStatic memberOnContextInitialized
Called on the CEF UI thread immediately after the CEF context has been initialized. You can now access the Global RequestContext through Cef.GetGlobalRequestContext() - this is the first place you can set Preferences (e.g. proxy settings, spell check dictionaries).
Public propertyStatic memberUIThreadTaskFactory
Top
See Also