BrowserProcessHandlerDispose Method  | 
Version 93.1.111 Releases the unmanaged resources used by the 
BrowserProcessHandler and optionally releases the managed resources
 
    Namespace: 
   CefSharp.Handler
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxprotected virtual void Dispose(
	bool disposing
)
protected:
virtual void Dispose(
	bool disposing
)
Parameters
- disposing
 - Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources 
See Also