Table of Contents

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 int

The generation that was collected.