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
Unsafe.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x020004A4 RID: 1188
8 internal static class Unsafe
9 {
10 // Token: 0x060022B0 RID: 8880 RVA: 0x0000207A File Offset: 0x0000027A
11 public static T Add<T>(T source, int elementOffset)
12 {
13 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
14 }
15
16 // Token: 0x060022B1 RID: 8881 RVA: 0x0000207A File Offset: 0x0000027A
17 public static T Add<T>(T source, IntPtr elementOffset)
18 {
19 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
20 }
21
22 // Token: 0x060022B2 RID: 8882 RVA: 0x0000207A File Offset: 0x0000027A
23 public unsafe static void* Add<T>(void* source, int elementOffset)
24 {
25 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
26 }
27
28 // Token: 0x060022B3 RID: 8883 RVA: 0x0000207A File Offset: 0x0000027A
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x060022B4 RID: 8884 RVA: 0x0000207A File Offset: 0x0000027A
35 public static bool AreSame<T>(T left, T right)
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39
40 // Token: 0x060022B5 RID: 8885 RVA: 0x0000207A File Offset: 0x0000027A
41 public static T As<T>(object o) where T : class
42 {
43 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
44 }
45
46 // Token: 0x060022B6 RID: 8886 RVA: 0x0000207A File Offset: 0x0000027A
48 {
49 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
50 }
51
52 // Token: 0x060022B7 RID: 8887 RVA: 0x0000207A File Offset: 0x0000027A
53 public unsafe static void* AsPointer<T>(T value)
54 {
55 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
56 }
57
58 // Token: 0x060022B8 RID: 8888 RVA: 0x0000207A File Offset: 0x0000027A
59 public unsafe static T AsRef<T>(void* source)
60 {
61 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
62 }
63
64 // Token: 0x060022B9 RID: 8889 RVA: 0x0000207A File Offset: 0x0000027A
65 public static T AsRef<T>([In] T source)
66 {
67 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
68 }
69
70 // Token: 0x060022BA RID: 8890 RVA: 0x0004DFB4 File Offset: 0x0004C1B4
71 public static void InitBlockUnaligned(byte startAddress, byte value, uint byteCount)
72 {
73 }
74
75 // Token: 0x060022BB RID: 8891 RVA: 0x0000207A File Offset: 0x0000027A
76 public unsafe static T Read<T>(void* source)
77 {
78 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
79 }
80
81 // Token: 0x060022BC RID: 8892 RVA: 0x0000207A File Offset: 0x0000027A
82 public static T ReadUnaligned<T>(byte source)
83 {
84 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
85 }
86
87 // Token: 0x060022BD RID: 8893 RVA: 0x0004DFC4 File Offset: 0x0004C1C4
88 public static int SizeOf<T>()
89 {
90 return 16;
91 }
92
93 // Token: 0x060022BE RID: 8894 RVA: 0x0004DFD4 File Offset: 0x0004C1D4
94 public static void WriteUnaligned<T>(byte destination, T value)
95 {
97 }
98
99 // Token: 0x060022BF RID: 8895 RVA: 0x0000207A File Offset: 0x0000027A
100 public static bool IsAddressLessThan<T>(T left, T right)
101 {
102 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
103 }
104
105 // Token: 0x060022C0 RID: 8896 RVA: 0x0000207A File Offset: 0x0000027A
107 {
108 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
109 }
110 }
111}
class f__AnonymousType0<< Count > j__TPar
static T AddByteOffset< T >(T source, IntPtr byteOffset)
Definition Unsafe.cs:29
static bool IsAddressLessThan< T >(T left, T right)
Definition Unsafe.cs:100
static bool AreSame< T >(T left, T right)
Definition Unsafe.cs:35
static T ReadUnaligned< T >(byte source)
Definition Unsafe.cs:82
static void InitBlockUnaligned(byte startAddress, byte value, uint byteCount)
Definition Unsafe.cs:71
static T Add< T >(T source, int elementOffset)
Definition Unsafe.cs:11
static void WriteUnaligned< T >(byte destination, T value)
Definition Unsafe.cs:94
static unsafe T AsRef< T >(void *source)
Definition Unsafe.cs:59
static unsafe T Read< T >(void *source)
Definition Unsafe.cs:76
static unsafe void * AsPointer< T >(T value)
Definition Unsafe.cs:53
static TTo As< TTo, TFrom >(TFrom source)
Definition Unsafe.cs:47