CleanForFree
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

When you subclass stuff from MDrivenFramework you may need to implement a method called CleanForFree.

The CleanForFree is part of a pattern and it is called once the object has been been decided to never be used again (ie Disposed).

The CleanForFree is a softer version of Dispose where you should release references kept so that Garbage collection will classify objects as deleted faster than if they are connected to other things. Think of CleanForFree as disassembling large objects structures like you would with normal garbage to make it decompose faster.

This page was edited 98 days ago on 01/11/2024. What links here