【发布时间】:2013-01-01 19:49:10
【问题描述】:
可能重复:
What’s the equivalent of the System.Diagnostic.Process on WinRT (C#)?
我使用 System.Diagnostics 命名空间来处理 Windows 窗体应用程序中的进程函数。
现在我想知道有什么方法可以让我在 Windows 商店应用程序中使用这个功能吗?
提前致谢
【问题讨论】:
-
您能更具体地说明您想要实现的目标吗?您在 Windows 窗体应用程序中所做的示例代码会有所帮助。
-
@DamirArh 我不能使用 System.Diagnostics.Process 类
标签: c# namespaces windows-store-apps