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
Requirements
Namespace: System.Diagnostics
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0