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

◆ GetAllNetworkInterfaces()

override NetworkInterface[] System.Net.NetworkInformation.AixNetworkInterfaceAPI.GetAllNetworkInterfaces ( )
inline

Definition at line 34 of file AixNetworkInterfaceAPI.cs.

35 {
37 long num;
38 Type type;
39 object obj = Marshal.PtrToStructure((IntPtr)num, type);
40 string text = Marshal.PtrToStringAnsi(-2147483648);
41 int num2 = 16;
42 bool flag;
43 Type type2;
44 object obj2 = Marshal.PtrToStructure((flag ? 1 : 0) + num2, type2);
45 return int.MinValue;
46 }
class f__AnonymousType0<< Count > j__TPar
static string PtrToStringAnsi(IntPtr ptr)
Definition Marshal.cs:238
static object PtrToStructure(IntPtr ptr, Type structureType)
Definition Marshal.cs:251
static IntPtr AllocHGlobal(IntPtr cb)
Definition Marshal.cs:17

References System.Runtime.InteropServices.Marshal.AllocHGlobal(), j__TPar, System.obj, System.Runtime.InteropServices.Marshal.PtrToStringAnsi(), System.Runtime.InteropServices.Marshal.PtrToStructure(), and System.text.