How can I convert a C# application that uses StandardInput and StandardOutput in .NET Compact Framew
Posted
by Chad
on Stack Overflow
See other posts from Stack Overflow
or by Chad
Published on 2010-04-22T16:24:25Z
Indexed on
2010/05/18
3:40 UTC
Read the original article
Hit count: 261
I have an application that uses the Process class, StandardInput, and StandardOutput to communicate with an external executable. I am using this to pass strings back and forth, and it works well in my Windows application.
On the mobile device, I do not see StandardInput or StandardOutput in the Process class. Is there an easy way to replicate this functionality on the Mobile?
© Stack Overflow or respective owner