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

◆ SafeHandle()

System.Runtime.InteropServices.SafeHandle.SafeHandle ( IntPtr invalidHandleValue,
bool ownsHandle )
inlineprotected

Definition at line 12 of file SafeHandle.cs.

13 {
15 this._state = 4;
16 GC.SuppressFinalize(this);
18 }
class f__AnonymousType0<< Count > j__TPar
static void SuppressFinalize(object obj)
Definition GC.cs:116

References j__TPar, and System.GC.SuppressFinalize().