gpt4 book ai didi

c# - 需要知道应用程序何时关闭

转载 作者:太空狗 更新时间:2023-10-29 20:15:11 25 4
gpt4 key购买 nike

有没有办法监控使用 dll 的应用程序何时关闭? DLL 和应用程序都是 C#,都不是 Windows 窗体。

我可以检查主应用程序何时关闭,但我希望 DLL 看到“嘿,程序正在关闭并释放我,我应该在死前尽快完成”。

有什么办法吗?还是我坚持让应用程序“在你死之前做这件事”?

最佳答案

也许是 AppDomain.ProcessExit事件对你有用吗?请注意以下内容(来自文档):

The total execution time of all ProcessExit event handlers is limited, just as the total execution time of all finalizers is limited at process shutdown. The default is two seconds. An unmanaged host can change this execution time by calling the ICLRPolicyManager::SetTimeout method with the OPR_ProcessExit enumeration value.

关于c# - 需要知道应用程序何时关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3012214/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com