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

◆ ReadInt64() [1/3]

static long System.Runtime.InteropServices.Marshal.ReadInt64 ( [MarshalAs(UnmanagedType.AsAny)] object ptr,
int ofs )
inlinestatic

Definition at line 64 of file Marshal.cs.

65 {
66 return ReadValueSlow(ptr, ofs, (IntPtr nativeHome, int offset) => ReadInt64(nativeHome, offset));
67 }
static long ReadInt64([In][MarshalAs(UnmanagedType.AsAny)] object ptr, int ofs)
Definition Marshal.cs:64

References System.offset, and System.Runtime.InteropServices.Marshal.ReadInt64().

Referenced by System.Runtime.InteropServices.Marshal.ReadInt64(), System.Runtime.InteropServices.Marshal.ReadInt64(), System.Runtime.InteropServices.Marshal.ReadIntPtr(), and System.Runtime.InteropServices.Marshal.ReadIntPtr().