Posts tagged "list"

Retrieve a list of current processes running on system c#

Retrieve a list of current processes running on system c#
You can use the Process.GetProcesses static method to retrieve a list of current processes.
To retrieve a specific process by ID, call Process.GetProcessById. To retrieve a list of processes with a specific name, call Process.GetProcessesByName. To retrieve the current process, call Process.GetCurrentProcess.  read more

eggheadcafe.com C# .NET FAQs

Be the first to comment - What do you think?
Posted by Anand Narayanaswamy - November 22, 2010 at 11:52 pm

Categories: C#   Tags: , , , , ,