System resources and Dispose!?

  • Thread starter Thread starter James T.
  • Start date Start date
..NET handles disposal of objects differently.
If part of your application is holding a reference to something then it
will not be disposed of.
Even if nobody has a reference to an object the .NET's garbage
collector will choose an appropriate time to collect the garbage.
 
Is it possible to view somehow what objects are holding those resources?

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top