using System.Diagnostics;Process[] myProcesses;
myProcesses = Process.GetProcessesByName ("notepad");
foreach(Process myProcess in myProcesses)
     //Get info through "myProcess"