If I have a class that instances a class initially and calls that class several times using the single instance, then the called class will persist in memory which is what I want. How can I explicitly dispose of this instance? I heard that I could set the instance to null but I'm not sure how...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.