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
RuntimeImports.cs
Go to the documentation of this file.
1using System;
2
3namespace System.Runtime
4{
5 // Token: 0x02000336 RID: 822
6 internal static class RuntimeImports
7 {
8 // Token: 0x06001BAA RID: 7082 RVA: 0x0003BAC4 File Offset: 0x00039CC4
9 internal static void RhZeroMemory(byte b, ulong byteLength)
10 {
11 }
12
13 // Token: 0x06001BAB RID: 7083 RVA: 0x0003BAD4 File Offset: 0x00039CD4
14 private unsafe static void ZeroMemory(void* p, uint byteLength)
15 {
16 }
17
18 // Token: 0x06001BAC RID: 7084 RVA: 0x0003BAE4 File Offset: 0x00039CE4
19 internal unsafe static void Memmove(byte* dest, byte* src, uint len)
20 {
21 }
22
23 // Token: 0x06001BAD RID: 7085 RVA: 0x0003BAF4 File Offset: 0x00039CF4
24 internal unsafe static void Memmove_wbarrier(byte* dest, byte* src, uint len, IntPtr type_handle)
25 {
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
static unsafe void ZeroMemory(void *p, uint byteLength)
static unsafe void Memmove(byte *dest, byte *src, uint len)
static unsafe void Memmove_wbarrier(byte *dest, byte *src, uint len, IntPtr type_handle)
static void RhZeroMemory(byte b, ulong byteLength)