Is CLR a process or a thread?

If it's a process, what's the name? If it's a thread, what's the name of its
parent process?

Re: Is CLR a process or a thread? by Mattias

Mattias
Tue Sep 07 17:42:38 CDT 2004


>Is CLR a process or a thread?

Neither. It's loaded into an existing process, and creates some
threads (for the GC for example).



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.