Retrieve objects

B

Benny

Hello Experts,

Currently I am working on a windows form application using vs.net 2002
with C#.

I have a refresh button in the form which will reload the information
for the form again. However, when I look at the "USER Objects" in the
Windows Task Manager, an extra USER Object will be create everytime it
refresh. Is it possible to display all the USER Objects create by the
application, so I can find out where in the code it creates the new
object or which object I forgot to dispose?



Thanks,

Benny

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
 

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

Top