Click or drag to resize

ChromiumWebBrowser.Dispose Method (Boolean)

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

Namespace:  CefSharp.OffScreen
Assembly:  CefSharp.OffScreen (in CefSharp.OffScreen.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