System.Diagnostics.Process.Start如何进入阻塞状态,等待返回?调用A.exe以后,怎样阻塞地等待A.exe退出?[解决办法]
var proc = System.Diagnostics.Process.Start(路径);proc.WaitForExit();