CefCommandLine GetSwitches Method Xilium.CefGlue

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

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

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

public IDictionary<string, string> GetSwitches()

Return Value

Type: OnlineIDictionary OnlineString, OnlineString 

[Missing <returns> documentation for "M:Xilium.CefGlue.CefCommandLine.GetSwitches"]

See Also