System.Diagnostics
January 13, 2025 ยท View on GitHub
namespace System.Diagnostics {
public sealed class ProcessStartInfo {
+ public Collection<string> ArgumentList { get; }
+ public Encoding StandardInputEncoding { get; set; }
}
}