how to kill process in Windows-CE?

前端 未结 5 1895
野的像风
野的像风 2020-12-21 02:51

How can I kill process Windows\\MyProcc.exe from my terminal (Windows-CE 5.0) using C# code?

5条回答
  •  囚心锁ツ
    2020-12-21 03:02

    The answer is that you have to use the toolhelp APIs. There's a full example on MSDN that includes enumerating processes and killing a selected one.

提交回复
热议问题