| BrowserSettingsDispose Method (Boolean) | 
Version 63.0.0Releases the unmanaged resources used by the 
BrowserSettings and optionally releases the managed resources
 
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 63.0.0.0
 Syntax
Syntaxprotected 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
See Also