Sets the process arguments to the Process Configuration builder.
public IProcessConfigurationBuilder SetArguments(IEnumerable<string> arguments, bool escapeArguments = true)
The process arguments to be added or updated.
Whether the arguments should be escaped.