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.
1
using
System
;
2
3
namespace
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.RuntimeImports.ZeroMemory
static unsafe void ZeroMemory(void *p, uint byteLength)
Definition
RuntimeImports.cs:14
System.Runtime.RuntimeImports.Memmove
static unsafe void Memmove(byte *dest, byte *src, uint len)
Definition
RuntimeImports.cs:19
System.Runtime.RuntimeImports.Memmove_wbarrier
static unsafe void Memmove_wbarrier(byte *dest, byte *src, uint len, IntPtr type_handle)
Definition
RuntimeImports.cs:24
System.Runtime.RuntimeImports.RhZeroMemory
static void RhZeroMemory(byte b, ulong byteLength)
Definition
RuntimeImports.cs:9
System.Runtime.RuntimeImports
Definition
RuntimeImports.cs:7
ulong
System.Runtime
Definition
AmbiguousImplementationException.cs:5
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Runtime
RuntimeImports.cs
Generated by
1.10.0