ExecutableConditionAttribute.Arguments Property

Definition

Gets the arguments passed to the executable. When empty, only the presence of the executable on PATH is checked; otherwise the executable is run with these arguments and must exit with code 0.

public System.Collections.Generic.IReadOnlyList<string> Arguments { get; }
member this.Arguments : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property Arguments As IReadOnlyList(Of String)

Property Value

Applies to