How to get all processes running in .net cf

只愿长相守 提交于 2019-12-01 11:58:38

问题


I want to get a list of all running application in my windows mobile 6.5 from my application.

Can anyone tell me how to do this for CF??


回答1:


You have to P/Invoke the toolhelp APIs. There used to be an MSDN article that covered this (it's a bit long to put it all into a post here, though maybe that's a better idea?). The gist of it can also be found in the SDF source code over on Github.



来源:https://stackoverflow.com/questions/7430982/how-to-get-all-processes-running-in-net-cf

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