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

◆ ReadIntPtr() [3/3]

static IntPtr System.Runtime.InteropServices.Marshal.ReadIntPtr ( object ptr,
int ofs )
inlinestatic

Definition at line 976 of file Marshal.cs.

977 {
978 return (IntPtr)ReadInt64(ptr, ofs);
979 }
static long ReadInt64([In][MarshalAs(UnmanagedType.AsAny)] object ptr, int ofs)
Definition Marshal.cs:64

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

Referenced by System.Net.WebSockets.WebSocketProtocolComponent.MarshalAndVerifyHttpHeader(), and System.Runtime.InteropServices.Marshal.ReadIntPtr().