terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GetSocketOption_obj_internal()

static void System.Net.Sockets.Socket.GetSocketOption_obj_internal ( SafeSocketHandle safeHandle,
SocketOptionLevel level,
SocketOptionName name,
[Out] object obj_val,
[Out] int error )
inlinestaticprivate

Definition at line 1623 of file Socket.cs.

1624 {
1625 IntPtr handle = safeHandle.handle;
1626 long num = 0L;
1627 safeHandle.DangerousRelease();
1628 if (num == 0L)
1629 {
1630 return;
1631 }
1632 throw new OutOfMemoryException();
1633 }

References System.Runtime.InteropServices.SafeHandle.DangerousRelease(), System.Runtime.InteropServices.SafeHandle.handle, and System.L.