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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Numerics
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
46
public
static
ulong
GetUInt64WithAllBitsSet
()
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
}
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Numerics.ConstantHelper.GetUInt64WithAllBitsSet
static ulong GetUInt64WithAllBitsSet()
Definition
ConstantHelper.cs:46
System.Numerics.ConstantHelper.GetUInt32WithAllBitsSet
static uint GetUInt32WithAllBitsSet()
Definition
ConstantHelper.cs:34
System.Numerics.ConstantHelper.GetSByteWithAllBitsSet
static sbyte GetSByteWithAllBitsSet()
Definition
ConstantHelper.cs:16
System.Numerics.ConstantHelper.GetInt32WithAllBitsSet
static int GetInt32WithAllBitsSet()
Definition
ConstantHelper.cs:40
System.Numerics.ConstantHelper.GetInt64WithAllBitsSet
static long GetInt64WithAllBitsSet()
Definition
ConstantHelper.cs:52
System.Numerics.ConstantHelper.GetDoubleWithAllBitsSet
static double GetDoubleWithAllBitsSet()
Definition
ConstantHelper.cs:64
System.Numerics.ConstantHelper.GetSingleWithAllBitsSet
static float GetSingleWithAllBitsSet()
Definition
ConstantHelper.cs:58
System.Numerics.ConstantHelper.GetUInt16WithAllBitsSet
static ushort GetUInt16WithAllBitsSet()
Definition
ConstantHelper.cs:22
System.Numerics.ConstantHelper.GetByteWithAllBitsSet
static byte GetByteWithAllBitsSet()
Definition
ConstantHelper.cs:10
System.Numerics.ConstantHelper.GetInt16WithAllBitsSet
static short GetInt16WithAllBitsSet()
Definition
ConstantHelper.cs:28
System.Numerics.ConstantHelper
Definition
ConstantHelper.cs:8
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Numerics
Definition
ConstantHelper.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Numerics
ConstantHelper.cs
Generated by
1.10.0