Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ReadInt64() [2/3]

static long System.Runtime.InteropServices.Marshal.ReadInt64 ( IntPtr ptr)
inlinestatic

Definition at line 1008 of file Marshal.cs.

1009 {
1010 return ReadInt64(ptr, 0);
1011 }
static long ReadInt64([In][MarshalAs(UnmanagedType.AsAny)] object ptr, int ofs)
Definition Marshal.cs:64

References System.Runtime.InteropServices.Marshal.ReadInt64().