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
SafeFileHandle.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200005B RID: 91
7 {
8 // Token: 0x0600021B RID: 539 RVA: 0x00008184 File Offset: 0x00006384
14
15 // Token: 0x0600021C RID: 540 RVA: 0x000081A0 File Offset: 0x000063A0
16 protected override bool ReleaseHandle()
17 {
18 IntPtr handle = this.handle;
19 if (!true)
20 {
21 }
22 bool flag;
23 return flag;
24 }
25 }
26}
class f__AnonymousType0<< Count > j__TPar
SafeFileHandle(IntPtr preexistingHandle, bool ownsHandle)