Find out which assembly a handle belongs too

  • Thread starter Thread starter Derrick
  • Start date Start date
D

Derrick

Hello all;

I have a system tray app which appears to have a handle (thread/file) leak
when running on Windows 2000. I can't seem to trace it to my application,
so I'm starting to believe that it could be resulting from a 3rd party
assembly that I'm using.

Is there any way to see which assembly "owns" a particular handle? I can
generate a list with their IDs and the .exe (thanks Sysinternals!), but I
have no idea how you would tell which referenced assembly created the
handle, or if it's even possible to do so.

Thanks,

Derrick
 
Back
Top