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
MemoryMarshal.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000431 RID: 1073
7 public static class MemoryMarshal
8 {
9 // Token: 0x06002151 RID: 8529 RVA: 0x0004BE74 File Offset: 0x0004A074
10 public static Span<byte> AsBytes<T>(Span<T> span) where T : struct
11 {
12 throw new OverflowException();
13 }
14
15 // Token: 0x06002152 RID: 8530 RVA: 0x0004BE94 File Offset: 0x0004A094
17 {
18 throw new OverflowException();
19 }
20
21 // Token: 0x06002153 RID: 8531 RVA: 0x0000207A File Offset: 0x0000027A
23 {
24 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26
27 // Token: 0x06002154 RID: 8532 RVA: 0x0000207A File Offset: 0x0000027A
28 public static T GetReference<T>(Span<T> span)
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32
33 // Token: 0x06002155 RID: 8533 RVA: 0x0000207A File Offset: 0x0000027A
35 {
36 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
37 }
38
39 // Token: 0x06002156 RID: 8534 RVA: 0x0000207A File Offset: 0x0000027A
41 {
42 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
43 }
44
45 // Token: 0x06002157 RID: 8535 RVA: 0x0000207A File Offset: 0x0000027A
47 {
48 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
49 }
50
51 // Token: 0x06002158 RID: 8536 RVA: 0x0000207A File Offset: 0x0000027A
53 {
54 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
55 }
56
57 // Token: 0x06002159 RID: 8537 RVA: 0x0004BEB4 File Offset: 0x0004A0B4
59 {
60 if (memory != null)
61 {
62 }
63 long num = 0L;
64 segment._array = num;
66 throw new InvalidCastException();
67 }
68 }
69}
class f__AnonymousType0<< Count > j__TPar
static ReadOnlySpan< T > CreateReadOnlySpan< T >(T reference, int length)
static Span< byte > AsBytes< T >(Span< T > span)
static T GetNonNullPinnableReference< T >(Span< T > span)
static Memory< T > AsMemory< T >(ReadOnlyMemory< T > memory)
static bool TryGetArray< T >(ReadOnlyMemory< T > memory, [Out] ArraySegment< T > segment)