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.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
Terraria.Utilities
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System
Definition
__ComObject.cs:4
Terraria.Utilities
Definition
Bits64.cs:5
Terraria.Utilities.Bits64.IsEmpty
bool IsEmpty
Definition
Bits64.cs:24
Terraria.Utilities.Bits64.v
ulong v
Definition
Bits64.cs:44
Terraria.Utilities.Bits64
Definition
Bits64.cs:8
source
Terraria
Utilities
Bits64.cs
Generated by
1.10.0