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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public IDictionary<string, string> GetSwitches()

Return Value

Type: IDictionaryString, String
See Also