CommandLineArguments.ScriptArguments 속성

정의

스크립트 파일 또는 구분 기호 "--"를 따르는 인수입니다. 명령줄 파서가 대화형이 아닌 경우 Null입니다.

public:
 property System::Collections::Immutable::ImmutableArray<System::String ^> ScriptArguments { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> ScriptArguments { get; }
member this.ScriptArguments : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property ScriptArguments As ImmutableArray(Of String)

속성 값

적용 대상