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)
The raw command-line text to pass to the executable.