CefPathKey EnumerationXilium.CefGlue

[This is preliminary documentation and is subject to change.]

Path key values.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

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).
See Also