CefSettingsBaseDispose Method (Boolean) |
Version 86.0.240 Releases the unmanaged resources used by the
CefSettingsBase and optionally releases the managed resources
Namespace:
CefSharp
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax protected virtual void Dispose(
bool A_0
)
protected:
virtual void Dispose(
bool A_0
)
Parameters
- A_0
- Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also