process - 在 Windows 8 Metro 应用程序中启动进程

标签 process microsoft-metro

如何在 Windows 8 Metro 应用程序中通过代码启动像 rasphone.exe 这样的进程? 有 System.Diagnostics.Process 但 metro 应用程序中的 System.Diagnostics 不包含进程

最佳答案

所有 Metro 风格的应用程序都在高度沙盒环境中工作,无法直接启动外部应用程序。

你可以尝试使用Launcher class – 根据您的需要,它可能会为您提供可行的解决方案。

关于process - 在 Windows 8 Metro 应用程序中启动进程,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13734315/

相关文章:

python - 为什么 python 子进程输出与 shell 不同?

c# - Process.WaitForExit 跨机器不一致

linux - 软件中断例程和用户态函数的区别

c# - 如何创建集合 (1 :n) relation

c# - 适用于 Windows 8 的 spy 实用程序

ios - Appdelegate 前台/后台/事件/非事件进程

linux - 当我们使用 "<"重定向时,shell 做了什么?

.net - 从 WPF 应用程序启动 metro 应用程序(相机)

windows - 如何在 Windows 8 中运行后台任务?

json - 如何在 C# XAML Windows 8 Metro App 中解析/反序列化 JSON 字符串?