How could I get to know the resources occupied by a .NET thread?

Posted by smwikipedia on Stack Overflow See other posts from Stack Overflow or by smwikipedia
Published on 2010-05-04T05:31:12Z Indexed on 2010/05/04 5:38 UTC
Read the original article Hit count: 149

Filed under:
|
|

Hi guys!

I am developing a multi-thread application and one of my threads is somehow blocked by something and thus it will occupy some resource such as a file forever. Is there a way to find out which thread is being blocked and more important what resouce is being held by that thread?

At last and as usual, thanks for your patience and reply. :)

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#