How to get PIDs that are using given file name in C#?

Posted by TN on Stack Overflow See other posts from Stack Overflow or by TN
Published on 2010-06-10T09:16:42Z Indexed on 2010/06/11 11:12 UTC
Read the original article Hit count: 143

Filed under:
|
|
|
|

How to get PIDs of processes that are using a given file name and mutex name? (Not by custom kernel driver, but in C# in user mode.)

UPDATE: Thanks to Daniel Renshaw I found a script that lists all handles with PIDs. (Using a not undocumented and unfrozen functions.)

© Stack Overflow or respective owner

Related posts about c#

Related posts about file