问题
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