Click or drag to resize

CefCommandLineAppendSwitch Method (String)

Add a switch to the end of the command line. If the switch has no value pass an empty value string.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public void AppendSwitch(
	string name
)

Parameters

name
Type: SystemString
See Also