SetArguments(IEnumerable, Boolean) Method

Definition

Assembly CliInvoke.dll

Sets the process arguments to the Process Configuration builder.

public IProcessConfigurationBuilder SetArguments(IEnumerable<string> arguments, bool escapeArguments = true)

Parameters

arguments
IEnumerable<String>

The process arguments to be added or updated.

escapeArguments
Boolean

Whether the arguments should be escaped.

Returns

IProcessConfigurationBuilder
A reference to this builder with the added arguments, allowing method chaining.