質問

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 ?

役に立ちましたか?

解決

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/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top