How to enumerate running processes? What about app domains?
Would there be any security-related gotchas?
I would be comfortable with .NET 4.0 only, Windows 7/Windows Server 2008 R2-only solution.
P.S.: This is what I am trying to do…
ProcessExplorer.NET question
System.Diagnostics.Process.GetProcesses() will list all the running processes as Process objects.