Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 .NET 应用程序正在使用 Process.Start(".\path\to\process.exe") 启动第二个进程。当这个进程在执行期间被另一个进程杀死时,有没有办法得到通知?
您正在返回的实例中寻找Exited事件。Process
Exited
Process