terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Finalize()

override void System.Gen2GcCallback.Finalize ( )
inlineprotected

Definition at line 29 of file Gen2GcCallback.cs.

30 {
31 object obj;
32 if (obj != null)
33 {
34 Func<object, bool> callback = this._callback;
37 return;
38 }
39 base.Finalize();
40 }
class f__AnonymousType0<< Count > j__TPar
static bool HasShutdownStarted
static void ReRegisterForFinalize(object obj)
Definition GC.cs:129
Func< object, bool > _callback

References System.Gen2GcCallback._callback, System.Environment.HasShutdownStarted, j__TPar, System.obj, and System.GC.ReRegisterForFinalize().