Hello,
I'm looking at optimizing code and I was wondering what was the best way to dispose of objects. Currently a lot of the code is setting things equal to null. But I was wondering if calling the dispose method of an object would be a better way to do release all memory that the object was taking up?
Thanks!
Start Free Trial