CommandLineArguments.ScriptArguments Property

Definition

Arguments following a script file or separator "--". Null if the command line parser is not interactive.

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)

Property Value

Applies to