It was historically removed for footprint reasons, there is little to no reason to ever use it, people who want process enumeration can pinvoke the libc functions responsible for that.
-g On Wed, Aug 3, 2011 at 12:02 PM, Rodrigo Kumpera <[email protected]> wrote: > Right now monotouch doesn't support System.Diagnostics.Process on device. > I don't know why it's not available, if it's just a footprint issue or if it > doesn't work as is. > Sebastien? > > On Wed, Aug 3, 2011 at 7:01 AM, pkd2010 <[email protected]> wrote: >> >> Hi all >> >> i have made a application that lists all process running on iPhone >> Simulator, using the following code: >> >> System.Diagnostics.Process.GetProcess() >> >> and it worked on iPhone Simulator without any problem but on the iPhone >> device it just exits. >> can you please explain me why that happens? if Process.GetProcess() is not >> available to use, so how to this ? how to list the process? i know it is >> possible because of an app that is available on the AppStore. >> >> Thanks, >> Regards, >> PK DEVELOPER >> >> -- >> View this message in context: >> http://monotouch.2284126.n4.nabble.com/Problem-using-System-Diagnostics-Process-tp3714936p3714936.html >> Sent from the MonoTouch mailing list archive at Nabble.com. >> _______________________________________________ >> MonoTouch mailing list >> [email protected] >> http://lists.ximian.com/mailman/listinfo/monotouch > > > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > > _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
