开发者

How unloading an application can affect another running application

Application domains allow applications to be unloaded separately. My开发者_开发百科 question is how unloading an apllication can crash another application. Any example?


In theory, App Domains are completely isolated from each other (even though you may run several App Domains in one process, they act as separate processes), so this shouldn't be possible.

Are you asking theoretically, or are you actually experiencing crashes?


I assume you mean AppDomain when saying Application.

Pure managed code should unload correctly (but not all finalizers might execute)

But buggy native inter-op can of course still crash the process.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜