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
BinaryPrimitives.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Buffers.Binary
5
{
6
// Token: 0x0200066B RID: 1643
7
public
static
class
BinaryPrimitives
8
{
9
// Token: 0x060031E3 RID: 12771 RVA: 0x0000207A File Offset: 0x0000027A
10
public
static
short
ReverseEndianness
(
short
value
)
11
{
12
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
13
}
14
15
// Token: 0x060031E4 RID: 12772 RVA: 0x0000207A File Offset: 0x0000027A
16
public
static
int
ReverseEndianness
(
int
value
)
17
{
18
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
19
}
20
21
// Token: 0x060031E5 RID: 12773 RVA: 0x0000207A File Offset: 0x0000027A
22
public
static
long
ReverseEndianness
(
long
value
)
23
{
24
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
25
}
26
27
// Token: 0x060031E6 RID: 12774 RVA: 0x0000207A File Offset: 0x0000027A
28
[
CLSCompliant
(
false
)]
29
public
static
ushort
ReverseEndianness
(ushort
value
)
30
{
31
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
32
}
33
34
// Token: 0x060031E7 RID: 12775 RVA: 0x0000207A File Offset: 0x0000027A
35
[
CLSCompliant
(
false
)]
36
public
static
uint
ReverseEndianness
(uint
value
)
37
{
38
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
39
}
40
41
// Token: 0x060031E8 RID: 12776 RVA: 0x0000207A File Offset: 0x0000027A
42
[
CLSCompliant
(
false
)]
43
public
static
ulong
ReverseEndianness
(
ulong
value
)
44
{
45
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
46
}
47
}
48
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static short ReverseEndianness(short value)
Definition
BinaryPrimitives.cs:10
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static uint ReverseEndianness(uint value)
Definition
BinaryPrimitives.cs:36
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static long ReverseEndianness(long value)
Definition
BinaryPrimitives.cs:22
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static ushort ReverseEndianness(ushort value)
Definition
BinaryPrimitives.cs:29
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static int ReverseEndianness(int value)
Definition
BinaryPrimitives.cs:16
System.Buffers.Binary.BinaryPrimitives.ReverseEndianness
static ulong ReverseEndianness(ulong value)
Definition
BinaryPrimitives.cs:43
System.Buffers.Binary.BinaryPrimitives
Definition
BinaryPrimitives.cs:8
ulong
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Buffers.Binary
Definition
BinaryPrimitives.cs:5
System.ExceptionArgument.value
@ value
System
Definition
__ComObject.cs:4
source
mscorlib
System
Buffers
Binary
BinaryPrimitives.cs
Generated by
1.10.0