CHAPTER 17 PROCESSES, APPDOMAINS, AND OBJECT CONTEXTS
As you have seen, a single process can host multiple application domains, each of which is capable
of hosting and executing any number of related assemblies. Furthermore, a single application domain
can contain any number of contextual boundaries. Using this additional level of type isolation, the CLR
can ensure that special-need objects are handled correctly.
650