我有一些代码通过使用
Process.Start(ProcessStartInfo)启动一个进程.我从文档中看到,如果现有进程被重用,此方法可以返回null.
[Returns a] new Process component that is associated with the process
resource,or null if no process resource is started (for example,
if an existing process is reused).
对现有流程进行再利用和在何种情况下会发生什么意味着什么?