如何在.NET Compact Framework中转换使用StandardInput和StandardOutput的C#应用​​程序?

时间:2010-04-22 16:24:26

标签: c# .net windows-mobile compact-framework

我有一个使用Process类,StandardInput和StandardOutput与外部可执行文件通信的应用程序。我使用它来回传递字符串,它在我的Windows应用程序中运行良好。

在移动设备上,我没有在Process类中看到StandardInput或StandardOutput。有没有一种简单的方法可以在移动设备上复制此功能?

1 个答案:

答案 0 :(得分:0)

答案不是很多,但在某些非常有限的情况下,您可以使用命令行参数。可以使用。

检索它们
Environment.GetCommandLineArgs()