ExecutableConditionAttribute.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)