CefCommandLine AppendSwitch Method Xilium.CefGlue

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

Overload List

  NameDescription
Public methodAppendSwitch(String)
Add a switch to the end of the command line. If the switch has no value pass an empty value string.
Public methodAppendSwitch(String, String)
Add a switch with the specified value to the end of the command line.
Back to Top
See Also