Skip to content

Utility for working with Windows handles.

License

Notifications You must be signed in to change notification settings

teh13th/HandleUtility

Repository files navigation

HandleUtility

Build status Release status Code coverage Nuget version Nuget downloads

Utility for working with Windows handles.

Usage

For a list of all opened handles to file, use the following code:

using teh13th.HandleUtility;
IEnumerable<FileHandle> handles = HandleUtility.GetHandlesForFile(path_to_file);

FileHandle structure contains the following info about handle:

  • Path to the file the handle refers to
  • Handle
  • Access granted to the handle
  • ID of the handle owner process
  • Name of the handle owner process

About

Utility for working with Windows handles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages