garbage collection

  1. Robert_Zenz

    ByVal and ByRef and the Garbage Collection (strange behavior)

    Hello. Since my Project has reached some size I've started using the Garbage Collection and trying to find best ways to keep the useage of memory and cpu small. However, I was trying out how ByVal and ByRef are behaving with the garbage collection and found some pretty strange behavior (code...
Back
Top