Click or drag to resize

CefSettingsBaseDispose Method

Version 91.1.160
Free the unmanaged CefSettingsBase instance. Under normal circumstances you shouldn't need to call this The unmanaged resource will be freed after Initialize(CefSettingsBase) (or one of the overloads) is called.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 91.1.160.0
Syntax
public void Dispose()
See Also