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.
我使用了这个线程的答案: Capture console exit C#
每当我关闭控制台时,我都会收到“--- 已停止工作”。来自 Windows 7。有什么想法吗?
1)恕我直言,该答案的方法不一定是一个好主意-如果您知道需要清理的东西,则该进程退出尚未为您清理(例如,它已经进行了连接,文件句柄,内存,线程等),然后挂钩到 appdomain 卸载或进程退出或类似类型的事件是一个更好的主意恕我直言
2)你是如何实现处理程序的?根据该问题中的评论,如果您返回 true,则说明您所看到的。