The only thing that's in a different process than the host is part of the debugging support. All the rest will load in the hosts' process. Basically what happens is that the host either has a reference to mscoree.dll in its import table, or it creates an instance of the runtime host COM component.
-- Henkk ----- Original Message ----- From: "Patrik Löwendahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 1:37 PM Subject: [DOTNET] Where do the CLR reside? > When executing a .net assembly the clr get's loaded by the shell extension > or any other host, where is the CLR loaded? Parts of it, like the GC, is for > obvious reasons loaded into the same process (or not?), but what about the > rest of the CLR? In the same process or in a system process some where? > > // Patrik Löwendahl > > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or > subscribe to other DevelopMentor lists at http://discuss.develop.com. > You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.