Click or drag to resize

ChromiumWebBrowser.Dispose Method (Boolean)

Version 101.0.180
Releases unmanaged and - optionally - managed resources for the ChromiumWebBrowser

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also