Click or drag to resize

CefPathKey Enumeration

Path key values.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CefPathKey
Members
  Member nameValueDescription
Current0 Current directory.
DirExe1 Directory containing PK_FILE_EXE.
DirModule2 Directory containing PK_FILE_MODULE.
DirTemp3 Temporary directory.
FileExe4 Path and filename of the current executable.
FileModule5 Path and filename of the module containing the CEF code (usually the libcef module).
LocalAppData6 "Local Settings\Application Data" directory under the user profile directory on Windows.
UserData7 "Application Data" directory under the user profile directory on Windows and "~/Library/Application Support" directory on Mac OS X.
See Also