Question:You need to retrieve a list of all running processes. Which method should you call?
A Process.GetProcessesByName B Process.GetCurrentProcess C Process.GetProcesses D Process.GetProcessById
+ AnswerC
+ Report