Click or drag to resize

WindowInfoDispose Method (Boolean)

Version 75.1.140
Releases the unmanaged resources used by the WindowInfo and optionally releases the managed resources

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