开发者

List open files by process

开发者 https://www.devze.com 2023-02-07 06:27 出处:网络
Assuming I have the pid or process name, how can I get the open files by that process in c#? The question has been asked before but I couldn\'t find what I was looking for.

Assuming I have the pid or process name, how can I get the open files by that process in c#? The question has been asked before but I couldn't find what I was looking for. I know that each process probably will have many handles but I can filte开发者_如何转开发r them out later. So, is this possible?

0

精彩评论

暂无评论...
验证码 换一张
取 消