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
MarshalUtility.cs
Go to the documentation of this file.
1using System;
2
3namespace InControl
4{
5 // Token: 0x02000062 RID: 98
6 public static class MarshalUtility
7 {
8 // Token: 0x06000466 RID: 1126 RVA: 0x0000F308 File Offset: 0x0000D508
9 public static void Copy(IntPtr source, uint[] destination, int length)
10 {
11 if (!true)
12 {
13 }
14 if (!true)
15 {
16 }
17 }
18
19 // Token: 0x06000467 RID: 1127 RVA: 0x0000F31C File Offset: 0x0000D51C
20 // Note: this type is marked as 'beforefieldinit'.
22 {
23 }
24
25 // Token: 0x040003E0 RID: 992
26 private static int[] buffer;
27 }
28}
static void Copy(IntPtr source, uint[] destination, int length)