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
SafeHandleMinusOneIsInvalid.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x0200005E RID: 94
8 public abstract class SafeHandleMinusOneIsInvalid : SafeHandle
9 {
10 // Token: 0x06000221 RID: 545 RVA: 0x00008218 File Offset: 0x00006418
11 [ReliabilityContract(Consistency.WillNotCorruptState, Cer.MayFail)]
13 {
14 long num = 0L;
15 base..ctor(ownsHandle, num != 0L);
16 }
17
18 // Token: 0x17000038 RID: 56
19 // (get) Token: 0x06000222 RID: 546 RVA: 0x00008230 File Offset: 0x00006430
20 public override bool IsInvalid
21 {
22 get
23 {
24 IntPtr handle = this.handle;
25 bool flag;
26 return flag;
27 }
28 }
29 }
30}
class f__AnonymousType0<< Count > j__TPar