Click or drag to resize

ManagedCefBrowserAdapter Class

Version 102.0.100
Create IBrowserAdapter instance via Create(IWebBrowserInternal, Boolean) This is the primary object for bridging the ChromiumWebBrowser implementation and VC++
Inheritance Hierarchy
SystemObject
  CefSharpManagedCefBrowserAdapter

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 102.0.100.0
Syntax
public static class ManagedCefBrowserAdapter

The ManagedCefBrowserAdapter type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a new IBrowserAdapter instance which is the main method of interaction between the unmanged CEF implementation and our ChromiumWebBrowser instances.
Top
See Also