Add ProcessStartInfo constructor that accepts IEnumerable<string> arguments (#86346)
authorBlake Hensley <jbhensley@users.noreply.github.com>
Fri, 19 May 2023 14:36:59 +0000 (07:36 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 14:36:59 +0000 (16:36 +0200)
commit4c51bc503a2f9506a7222f9e21e3a7ce43bf8a42
tree6e906967bf8795ee0cd9b727f6a0e7e03347b9bf
parente5c3811c7628f4d5ae5ef0033163dd8cd1d52e17
Add ProcessStartInfo constructor that accepts IEnumerable<string> arguments (#86346)
src/libraries/System.Diagnostics.Process/ref/System.Diagnostics.Process.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs
src/libraries/System.Diagnostics.Process/src/System/Diagnostics/ProcessStartInfo.cs
src/libraries/System.Diagnostics.Process/tests/ProcessStartInfoTests.cs
src/libraries/System.Runtime.Extensions/tests/System/Environment.Exit.cs
src/tests/Loader/binding/tracing/BinderTracingTest.cs