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

◆ ReleaseHandle()

override bool Internal.Cryptography.Pal.Native.SafeLocalAllocHandle.ReleaseHandle ( )
inlinesealedprotected

Definition at line 14 of file SafeLocalAllocHandle.cs.

15 {
16 Marshal.FreeHGlobal(handle);
17 return true;
18 }
static void FreeHGlobal(IntPtr hglobal)
Definition Marshal.cs:1680

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