Retrieve a complete processes list using C#

前端 未结 3 1230
遇见更好的自我
遇见更好的自我 2020-12-02 02:49

I am trying to write a C# program to retrieve a complete process list. However I find that an application open a window but I don\'t see it in the process tab of Windows tas

3条回答
  •  长情又很酷
    2020-12-02 03:45

    it works just fine all you need is add :

    Console.Write("Press ENTER to exit");
    Console.ReadLine();
    

    at the end or start project with ctrl + F5

提交回复
热议问题