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

◆ Memmove()

static unsafe void System.Buffer.Memmove ( byte * dest,
byte * src,
uint len )
inlinestaticpackage

Definition at line 101 of file Buffer.cs.

102 {
103 int num = 1;
104 Buffer.Memcpy(dest, src, (int)len, num != 0);
105 }
class f__AnonymousType0<< Count > j__TPar
static unsafe void Memcpy(byte *pDest, int destIndex, byte[] src, int srcIndex, int len)
Definition Buffer.cs:36

References j__TPar, and System.Buffer.Memcpy().