Mono Class Library: System.Diagnostics.ProcessStartInfo Overview | Members

System.Diagnostics.ProcessStartInfo.Arguments Property

Get or Set the arguments that should be passed to the program specified in ProcessStartInfo.FileName. [Edit]

[System.ComponentModel.NotifyParentProperty(true)]
[System.Diagnostics.MonitoringDescription("Command line agruments for this process.")]
[System.ComponentModel.TypeConverter("System.Diagnostics.Design.StringValueConverter, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DefaultValue("")]
[System.ComponentModel.RecommendedAsConfigurable(true)]
public string Arguments { set; get; }

Value

Arguments that should be passed to the program specified in ProcessStartInfo.FileName. [Edit]

Remarks

Note:

Multiple arguments are seperated by spaces like they are on the commandline.

[Edit]

Requirements

Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0