6
1) When I create an object in which there is arrays and large variables, defining them as null
, will help in the reduction? Within a method Dispose()
- before they were of some value.
2) When I call one Dispose()
, so much for the block using
or manually, will events still fire? You will still have these records?
3) Even after one Dispose()
, there is still the object? Because from the looks of it, it is not erased, so the Dispose()
would only be to release resources while the Finalize()
flame?
- What tips could you give me to improve and optimize this matter of memory release?