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

◆ StructureToPtr< T >()

static void System.Runtime.InteropServices.Marshal.StructureToPtr< T > ( [DisallowNull] T structure,
IntPtr ptr,
bool fDeleteOld )
inlinestatic

Definition at line 1159 of file Marshal.cs.

1160 {
1161 StructureToPtr((object)structure, ptr, fDeleteOld);
1162 }
static void StructureToPtr(object structure, IntPtr ptr, bool fDeleteOld)

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