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