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
SafeGssContextHandle.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000078 RID: 120
8 internal sealed class SafeGssContextHandle : SafeHandle
9 {
10 // Token: 0x060001C8 RID: 456 RVA: 0x000060B4 File Offset: 0x000042B4
12 {
13 }
14
15 // Token: 0x17000061 RID: 97
16 // (get) Token: 0x060001C9 RID: 457 RVA: 0x000060C4 File Offset: 0x000042C4
17 public override bool IsInvalid
18 {
19 get
20 {
21 IntPtr handle = this.handle;
22 bool flag;
23 return flag;
24 }
25 }
26
27 // Token: 0x060001CA RID: 458 RVA: 0x00002050 File Offset: 0x00000250
28 protected override bool ReleaseHandle()
29 {
30 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32 }
33}