.NET:CLR via C#:CLR Hosting And AppDomains
摘要:
AppDomain UnloadingTo unload an AppDomain, you call AppDomain’s Unload static method.This call causes the CLR to perform a lot of actions to gracefully unload the specified AppDomain:The CLR suspends all threads in the process that have ever executed managed code.The CLR examines all of the threads’ 阅读全文
posted @ 2013-11-08 10:41 幸福框架 阅读(886) 评论(0) 推荐(0)
浙公网安备 33010602011771号