Click or drag to resize
ManagedCefBrowserAdapterDispose Method (Boolean)
Version 51.0.0
Releases the unmanaged resources used by the ManagedCefBrowserAdapter and optionally releases the managed resources

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