1
可能重複:
What’s the equivalent of the System.Diagnostic.Process on WinRT (C#)?使用System.Diagnostics程序在Windows Store應用
我用System.Diagnostics
命名爲Windows與處理功能工作表單應用程序。
現在我想知道是否有任何可能的方式,以便我可以在Windows Store應用程序中使用此功能?
在此先感謝
你可以對你想達到什麼樣的具體些嗎?您在Windows窗體應用程序中所做的示例代碼將有所幫助。 –
@DamirArh我不能使用的System.Diagnostics.Process類 – aliboy38