Fhetskr
0
Q:

how to get a list of processes c#

Process[] processlist = Process.GetProcesses();

foreach (Process theprocess in processlist)
{
    Console.WriteLine("Process: {0} ID: {1}", theprocess.ProcessName, theprocess.Id);
}
1

New to Communities?

Join the community