How do I get the list of open file handles by process in C#?

后端 未结 7 1547
春和景丽
春和景丽 2020-11-22 13:01

How do I get the list of open file handles by process id in C#?

I\'m interested in digging down and getting the file names as well.

Looking for the program

7条回答
  •  孤城傲影
    2020-11-22 13:53

    Take a look at wj32's Process Hacker version 1, which can do what you asked, and more.

提交回复
热议问题