What are app domains used for?

后端 未结 5 1527
傲寒
傲寒 2020-12-15 20:49

I understand roughly what an AppDomain is, however I don\'t fully understand the uses for an AppDomain.

I\'m involved in a large server based C# / C++ application an

5条回答
  •  萌比男神i
    2020-12-15 21:34

    App Domain segregation strategy for running completely independent code modules, in order to address memory sharing and stability concerns, is more of an illusion than a reality.

提交回复
热议问题