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

◆ IsPinned()

static bool System.Runtime.InteropServices.GCHandle.IsPinned ( IntPtr handle)
inlinestaticprivate

Definition at line 174 of file GCHandle.cs.

175 {
176 return ((nint)handle & 1) != 0;
177 }

References System.handle.

Referenced by System.Runtime.InteropServices.GCHandle.AddrOfPinnedObject().