Click or drag to resize

ChromiumWebBrowser.Dispose Method (Boolean)

Version 102.0.100
If not in design mode; Releases unmanaged and - optionally - managed resources for the ChromiumWebBrowser

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 102.0.100.0 (102.0.100.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