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.
我有一段非托管代码通过 COM 接口访问我的托管 DLL。如果我在不关闭其他程序的情况下更新我的 DLL 会发生什么?
谢谢
大概什么都没有。
很可能 DLL 文件正在使用中,您将无法替换它。您将收到一条错误消息,指出该文件正在被另一个进程使用。