Softlogger
Categories

Which processes are running managed code and which version? (C# code snippet)


A question on the discussion groups a couple of weeks ago: how to find out which processes are running managed code, and which version of the CLR? Here's the answer: using System; using System.ComponentModel; using System.Diagnostics; class Proc { public static void Main() { Console.WriteLine( " {0,-20}

Filed under: CSharp  |    On : 2006 Nov 18  |  From: B# .NET Blog   | related Posts

Similar Posts



Most Popular

Archives

  • 2008
  • 2007
  • 2006
  • 2005
  • 2004
  • 2003