Click or drag to resize

ExtensionHandlerDispose Method

Version 98.1.210
Releases the unmanaged resources used by the ExtensionHandler and optionally releases the managed resources

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