How to get currently running applications in windows 8 programmatically?

半腔热情 提交于 2019-12-12 02:19:33

问题


I want to create an app for Listing currently running applications in windows 8 using vsExpress 2012 (Windows store C#)

I tried to get using System.Diagnostics.Process, but in windows 8 its not supporting "Process" class,

if anybody knows, share it .


回答1:


Process is available with Windows 8, but not with Windows RT. Are you developing a store application (Windows RT)? If so, there's no way to get the information you want (security!).




回答2:


Is there is a way by using System.Threading.task (or) Anyother way is there to get Currently running applications list in windows 8 (windows store apps)



来源:https://stackoverflow.com/questions/15112812/how-to-get-currently-running-applications-in-windows-8-programmatically

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!