Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ ReadInt16() [3/3]

static short System.Runtime.InteropServices.Marshal.ReadInt16 ( object ptr,
int ofs )
inlinestatic

Definition at line 54 of file Marshal.cs.

55 {
56 return ReadValueSlow(ptr, ofs, (IntPtr nativeHome, int offset) => ReadInt16(nativeHome, offset));
57 }
static short ReadInt16(object ptr, int ofs)
Definition Marshal.cs:54

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

Referenced by System.Diagnostics.FileVersionInfo.GetVarEntry(), System.Runtime.InteropServices.Marshal.ReadInt16(), and System.Runtime.InteropServices.Marshal.ReadInt16().