ManagedCefBrowserAdapterCreate Method  | 
Version 104.4.240 
            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: 104.4.240.0
Syntaxpublic 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 
IBrowserAdapter
See Also