List of open files held by a process?

一笑奈何 提交于 2019-12-11 05:51:06

问题


I am just starting off with C#. I managed to get a list of running processes and getting a particular process ID. Can someone tell me how to get a list of files that are opened by a given process ID?


回答1:


See here How do I get the list of open file handles by process in C#?. I don't think it will be easy!



来源:https://stackoverflow.com/questions/2796083/list-of-open-files-held-by-a-process

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!