What is the exactly definition of Runtime Host?
The common language runtime has been designed to support a variety of different types of applications, from Web server applications to applications with a traditional rich Windows user interface. Each type of application requires a runtime host to start it. The runtime host loads the runtime into a process, creates the application domains within the process, and loads user code into the application domains.
So is it a process which loads the runtime into another process?
How do I check it in Task Manager?