Click or drag to resize

BrowserProcessHandlerDispose Method

Version 102.0.100
Releases the unmanaged resources used by the BrowserProcessHandler and optionally releases the managed resources

Namespace:  CefSharp.Handler
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
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