BrowserProcessHandlerDispose Method |
Version 130.1.90
Disposes of the resources
Namespace: CefSharp.HandlerAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- true to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also