SetArguments(String) Method

Definition

Assembly CliInvoke.Core.dll

Sets the arguments to pass to the executable from a single raw command-line string. The input is treated as ready-to-use command-line text and is stored verbatim, without any additional quoting or escaping. Use SetArguments(IEnumerable<String>, Boolean) when passing individual argument tokens that should be escaped.

IProcessConfigurationBuilder SetArguments(string arguments)

Parameters

arguments
String

The raw command-line text to pass to the executable.

Returns

IProcessConfigurationBuilder
The new IProcessConfigurationBuilder object with the specified arguments.