# System.Diagnostics ``` diff namespace System.Diagnostics { public sealed class ProcessStartInfo { + public Collection ArgumentList { get; } + public Encoding StandardInputEncoding { get; set; } } } ```