How to free an object ?

C

craigkenisston

Hi,

I've read recently some comments regarding one should always release
the objects when they're not longer to be used, regardless they are
going to be recollected by the GC at some point.

So, I have a tiny class library with some utilities, Im descending my
classes directly from Object class.
I can't find nothing like Free/Destroy/Disposes in this classes I'm
creating.

So, what do I need to implement in order to be able to manually dispose
my classes instances ?
 

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