Class GcNotify
- Namespace
- MarymoorStudios.Core
- Assembly
- MarymoorStudios.Core.dll
Notifies when garbage collection occurs.
public abstract class GcNotify
- Inheritance
-
GcNotify
- Inherited Members
Constructors
GcNotify()
protected GcNotify()
Methods
OnGC(int)
Called when a collection occurs.
protected abstract void OnGC(int generation)
Parameters
generation
intThe generation that was collected.