I\'m trying to get a list of processes currently owned by the current user (Environment.UserName). Unfortunately, the Process class doesn\'t have a
Environment.UserName
Process
You might look at using System.Management (WMI). With that you can query the Win32_Process tree.