How to get all processes running in .net cf

后端 未结 1 790
小蘑菇
小蘑菇 2021-01-16 07:05

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条回答
  • 2021-01-16 07:57

    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.

    0 讨论(0)
提交回复
热议问题