ChromiumWebBrowserDispose Method (Boolean) |
Version 71.0.0
Releases the unmanaged resources used by the
Control and its child controls and optionally releases the managed resources.
Namespace:
CefSharp.WinForms
Assembly:
CefSharp.WinForms (in CefSharp.WinForms.dll) Version: 71.0.0.0 (71.0.0.0)
Syntax protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
Parameters
- disposing
- Type: SystemBoolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also