Specifies the set of command line arguments to use when starting the application.
[Visual Basic] Public Property Arguments As String [C#] public string Arguments {get; set;} [C++] public: __property String* get_Arguments(); public: __property void set_Arguments(String*); [JScript] public function get Arguments() : String; public function set Arguments(String);
ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace