When I perform a AppDomain.Unload(myDomain) I expect it to also do a full garbage collection. According to Jeffrey Richter in \"CLR via C#\" he says that during an AppDomain.Unload:
What is exactly is an Application Domain (AppDomain)开发者_运维技巧 and how is it different than a process or thread?See MSDN.
What are some guidelin开发者_运维问答es and best practices for when to create new application domains within an application?