Click or drag to resize

ManagedCefBrowserAdapterCreate Method

Version 94.4.20
Create a new IBrowserAdapter instance which is the main method of interaction between the unmanged CEF implementation and our ChromiumWebBrowser instances.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public static IBrowserAdapter Create(
	IWebBrowserInternal webBrowserInternal,
	bool offScreenRendering
)

Parameters

webBrowserInternal
Type: IWebBrowserInternal
reference to the ChromiumWebBrowser instance
offScreenRendering
Type: SystemBoolean
true for WPF/OffScreen, false for WinForms and other Hwnd based implementations

Return Value

Type: IBrowserAdapter
instance of IBrowserAdapter
See Also