CefCommandLine PrependWrapper Method Xilium.CefGlue

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

Insert a command before the current command. Common for debuggers, like "valgrind" or "gdb --args".

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

public void PrependWrapper(
	string wrapper
)

Parameters

wrapper
Type: OnlineSystem String

[Missing <param name="wrapper"/> documentation for "M:Xilium.CefGlue.CefCommandLine.PrependWrapper(System.String)"]

See Also