ExecutableConditionAttribute.Arguments Propiedad

Definición

Obtiene los argumentos pasados al ejecutable. Cuando está vacío, solo se comprueba la presencia del archivo ejecutable; PATH de lo contrario, el ejecutable se ejecuta con estos argumentos y debe salir con el código 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)

Valor de propiedad

Se aplica a