M
Mark
I am trying to enumerate the list of running processes on the PocketPC
platform. Normally I would just use
System.Diagnostics.Process.GetProcesses() and go through the returned
Process array, but that call is not available in Mobile land.
How do I do this for a program running on a mobile platform?
Thanks,
Mark
platform. Normally I would just use
System.Diagnostics.Process.GetProcesses() and go through the returned
Process array, but that call is not available in Mobile land.
How do I do this for a program running on a mobile platform?
Thanks,
Mark