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

◆ ReleaseHandle()

override bool System.Net.NetworkInformation.SafeFreeMibTable.ReleaseHandle ( )
inlineprotected

Definition at line 12 of file SafeFreeMibTable.cs.

13 {
14 global::Interop.IpHlpApi.FreeMibTable(handle);
15 handle = IntPtr.Zero;
16 return true;
17 }

References System.Runtime.InteropServices.SafeHandle.handle, and System.IntPtr.Zero.