Click or drag to resize

CefCommandLineGetSwitches Method

Returns the map of switch names and values. If a switch has no value an empty string is returned.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public IDictionary<string, string> GetSwitches()

Return Value

IDictionaryString, String
See Also