Thanks for the pointer Ted. I checked the code, it is running as expected.
Oh, and these Apis are documented in Section 15 of the DebugRef.doc. Nauman -----Original Message----- From: Moderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED]]On Behalf Of Ted Neward Sent: Wednesday, October 16, 2002 12:07 AM To: [EMAIL PROTECTED] Subject: [ADVANCED-DOTNET] Enumerating managed processes on machine A while back, somebody asked how to find all instances of running CLR processes on a given machine, and I couldn't remember how to do it. I managed to track it down: ICorPublishProcess, and Chris Sells has a sample utility on his website (http://www.sellsbrothers.com/tools/#corpub) that demonstrates it. Disclaimer: This was back in Beta2 days, I don't know if Chris has kept the code up to date. Ted Neward { .NET && Java } Author, Instructor http://www.javageeks.com http://www.clrgeeks.com You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
