ManagedCefBrowserAdapterCreate Method |
Version 130.1.90
Create a new IBrowserAdapter instance which is the main method of interaction between the unmanged
CEF implementation and our ChromiumWebBrowser instances.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static IBrowserAdapter Create(
IWebBrowserInternal webBrowserInternal,
bool offScreenRendering
)
public:
static IBrowserAdapter^ Create(
IWebBrowserInternal^ webBrowserInternal,
bool offScreenRendering
)
Parameters
- webBrowserInternal IWebBrowserInternal
- reference to the ChromiumWebBrowser instance
- offScreenRendering Boolean
- true for WPF/OffScreen, false for WinForms and other Hwnd based implementations
Return Value
IBrowserAdapterinstance of
IBrowserAdapterSee Also