dotnet-core/release-notes/2.1/Preview/api-diff/preview2/2.1-preview2_System.Diagnostics.md
2018-04-10 17:24:20 -07:00

179 B

System.Diagnostics

 namespace System.Diagnostics {
     public sealed class ProcessStartInfo {
+        public Collection<string> ArgumentList { get; }
     }
 }