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
Bits64.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020004F0 RID: 1264
7 public struct Bits64
8 {
9 // Token: 0x1700060C RID: 1548
10 public bool this[int i]
11 {
12 get
13 {
14 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
15 }
16 set
17 {
18 }
19 }
20
21 // Token: 0x1700060D RID: 1549
22 // (get) Token: 0x060030A1 RID: 12449 RVA: 0x000021DB File Offset: 0x000003DB
23 public bool IsEmpty
24 {
25 get
26 {
27 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
28 }
29 }
30
31 // Token: 0x060030A2 RID: 12450 RVA: 0x000021DB File Offset: 0x000003DB
32 public static implicit operator ulong(Bits64 b)
33 {
34 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
35 }
36
37 // Token: 0x060030A3 RID: 12451 RVA: 0x000021DB File Offset: 0x000003DB
38 public static implicit operator Bits64(ulong v)
39 {
40 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
41 }
42
43 // Token: 0x04003AA4 RID: 15012
44 private ulong v;
45 }
46}
class f__AnonymousType0<< Count > j__TPar