dotnet-core/release-notes/2.1/api-diff/2.0-vs-2.1_System.Diagnostics.md
2018-05-29 16:36:56 -07:00

240 B

System.Diagnostics

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