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.
1using System;
3
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)]
44 {
45 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
46 }
47 }
48}
class f__AnonymousType0<< Count > j__TPar
static short ReverseEndianness(short value)
static uint ReverseEndianness(uint value)
static long ReverseEndianness(long value)
static ushort ReverseEndianness(ushort value)
static ulong ReverseEndianness(ulong value)