ManagedCefBrowserAdapterCreate Method |
Version 88.2.90
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: 88.2.90.0
Syntax public static IBrowserAdapter Create(
IWebBrowserInternal webBrowserInternal,
bool offScreenRendering
)
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:
IBrowserAdapterinstance of
IBrowserAdapterSee Also