WindowInfoDispose Method (Boolean) |
Version 55.0.0Releases the unmanaged resources used by the
WindowInfo and optionally releases the managed resources
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 55.0.0.0
Syntax protected 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