Top Method Summary
Options Name Purpose
+ CefSharp.WinForms.CefSettings GetSettings () Returns a filled CefSettings object
# CHARACTER GetUniqueCachePath (character) Returns a unique cache path when the desired cache path is locked Notes : Splits the path into directory and short file name, then appends an incrementing counter to the short file name until an unlocked path is found. @param pcCachePath The desired cache path @return A cache path that is not locked */
# LOGICAL IsCachePathLocked (character) Checks whether the CefSharp cache path is locked by another process Notes : CefSharp uses a lock file named "SingletonLock" inside the cache directory. If the lock file exists and cannot be opened with exclusive access, the cache directory is considered locked. @param pcCachePath The cache path to check @return TRUE if the lock file is locked or access is denied, otherwise FALSE */


Method Detail
Top

PUBLIC CefSharp.WinForms.CefSettings GetSettings ()

Purpose: Returns a filled CefSettings object
Notes:

Returns CefSharp.WinForms.CefSettings
CefSettings object for the initialization of Cef
Top

PROTECTED CHARACTER GetUniqueCachePath (character)

Purpose: Returns a unique cache path when the desired cache path is locked
Notes : Splits the path into directory and short file name, then appends an
incrementing counter to the short file name until an unlocked path is found.

Parameters:
pcCachePath CHARACTER
The desired cache path
Returns CHARACTER
A cache path that is not locked
Top

PROTECTED LOGICAL IsCachePathLocked (character)

Purpose: Checks whether the CefSharp cache path is locked by another process
Notes : CefSharp uses a lock file named "SingletonLock" inside the cache directory.
If the lock file exists and cannot be opened with exclusive access, the cache
directory is considered locked.

Parameters:
pcCachePath CHARACTER
The cache path to check
Returns LOGICAL
TRUE if the lock file is locked or access is denied, otherwise FALSE


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       25.01.2026 20:52:44