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

◆ WriteByte()

static unsafe void System.Runtime.InteropServices.Marshal.WriteByte ( IntPtr ptr,
int ofs,
byte val )
inlinestatic

Definition at line 403 of file Marshal.cs.

404 {
405 void* ptr2 = (void*)IntPtr.Add(ptr, ofs);
406 }
class f__AnonymousType0<< Count > j__TPar
static IntPtr Add(IntPtr pointer, int offset)
Definition IntPtr.cs:162

References System.IntPtr.Add(), and j__TPar.