SetArgumentList(IReadOnlyList?) Method

Definition

Assembly CliInvoke.dll

Sets a pre-tokenised argument list. When non-empty, the control adapter emits these via instead of the single Arguments string.

public IProcessConfigurationBuilder SetArgumentList(IReadOnlyList<string>? argumentList)

Parameters

argumentList
IReadOnlyList<String>

The pre-tokenised argument list.

Returns

IProcessConfigurationBuilder
A reference to this builder with the updated argument list, allowing method chaining.