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
ConstantHelper.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000529 RID: 1321
7 internal class ConstantHelper
8 {
9 // Token: 0x06002708 RID: 9992 RVA: 0x0000207A File Offset: 0x0000027A
10 public static byte GetByteWithAllBitsSet()
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14
15 // Token: 0x06002709 RID: 9993 RVA: 0x0000207A File Offset: 0x0000027A
16 public static sbyte GetSByteWithAllBitsSet()
17 {
18 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
19 }
20
21 // Token: 0x0600270A RID: 9994 RVA: 0x0000207A File Offset: 0x0000027A
22 public static ushort GetUInt16WithAllBitsSet()
23 {
24 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26
27 // Token: 0x0600270B RID: 9995 RVA: 0x0000207A File Offset: 0x0000027A
28 public static short GetInt16WithAllBitsSet()
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32
33 // Token: 0x0600270C RID: 9996 RVA: 0x0000207A File Offset: 0x0000027A
34 public static uint GetUInt32WithAllBitsSet()
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38
39 // Token: 0x0600270D RID: 9997 RVA: 0x0000207A File Offset: 0x0000027A
40 public static int GetInt32WithAllBitsSet()
41 {
42 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
43 }
44
45 // Token: 0x0600270E RID: 9998 RVA: 0x0000207A File Offset: 0x0000027A
47 {
48 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
49 }
50
51 // Token: 0x0600270F RID: 9999 RVA: 0x0000207A File Offset: 0x0000027A
52 public static long GetInt64WithAllBitsSet()
53 {
54 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
55 }
56
57 // Token: 0x06002710 RID: 10000 RVA: 0x0000207A File Offset: 0x0000027A
58 public static float GetSingleWithAllBitsSet()
59 {
60 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
61 }
62
63 // Token: 0x06002711 RID: 10001 RVA: 0x0000207A File Offset: 0x0000027A
64 public static double GetDoubleWithAllBitsSet()
65 {
66 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
67 }
68 }
69}
static double GetDoubleWithAllBitsSet()
static ushort GetUInt16WithAllBitsSet()