gpt4 book ai didi

c++ - 如何卸载托管的c++ dll?

转载 作者:太空宇宙 更新时间:2023-11-04 12:16:00 25 4
gpt4 key购买 nike

A.dll 是原生的 c++ dll,B.dll 是托管的 c++ dll。 A.dll 依赖于 B.dll,所以加载 A.dll 时会自动加载 B.dll,但卸载 A.dll 后,B.dll 仍会加载。只有A.dll依赖B.dll,为什么B.dll卸载不掉?如何卸载托管的 C++ dll?我正在使用 vs2010。

谢谢

最佳答案

一旦托管程序集被 CLR 加载,您就无法卸载它。唯一的方法是杀死 AppDomain。

关于c++ - 如何卸载托管的c++ dll?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7697621/

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