disposal instancing class

  1. Brianb13

    Question Disposing an instance of a class

    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...
Back
Top