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

◆ ReleaseHandle()

override bool Microsoft.Win32.SafeHandles.SafeFileHandle.ReleaseHandle ( )
inlineprotected

Definition at line 16 of file SafeFileHandle.cs.

17 {
18 IntPtr handle = this.handle;
19 if (!true)
20 {
21 }
22 bool flag;
23 return flag;
24 }

References System.Runtime.InteropServices.SafeHandle.handle.