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 filter them out later. So, is this possible?
feedback
|