I can get the list of running processes like this:
Process.GetProcesses();
If I iterate through this list, I will find my target process, but I c