Question

I would like to start an external process on the device and would like to capture its output. All the googling showed ProcessStartInfo.RedirectOutput - but it seems like this option is missing in .net compact framework.

Any ideas how this could be solved ?

Was it helpful?

Solution

I've solved this problem by using the memory mapped file from the OpenNETCF.IO project to get data from the called process back to the calling process. Here is the link to the library: http://www.opennetcf.com/library/sdf/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top