ExecutableConditionAttribute.Arguments 속성

정의

실행 파일에 전달된 인수를 가져옵니다. 비어 있으면 실행 파일 PATH 의 존재만 확인되고, 그렇지 않으면 실행 파일이 이러한 인수를 사용하여 실행되고 코드 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)

속성 값

적용 대상