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
MacOsNetworkInterfaceAPI.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net.NetworkInformation
4
{
5
// Token: 0x020002BC RID: 700
6
internal
class
MacOsNetworkInterfaceAPI
:
UnixNetworkInterfaceAPI
7
{
8
// Token: 0x060012B6 RID: 4790 RVA: 0x0003A4D4 File Offset: 0x000386D4
9
public
MacOsNetworkInterfaceAPI
()
10
{
11
this.AF_INET6
= 30;
12
}
13
14
// Token: 0x060012B7 RID: 4791 RVA: 0x0003A4F0 File Offset: 0x000386F0
15
protected
MacOsNetworkInterfaceAPI
(
int
AF_INET6
)
16
{
17
}
18
19
// Token: 0x060012B8 RID: 4792 RVA: 0x0003A504 File Offset: 0x00038704
20
public
override
NetworkInterface
[]
GetAllNetworkInterfaces
()
21
{
22
int
num;
23
if
(num == 0)
24
{
25
int
af_INET
= this.
AF_INET6
;
26
long
num2
= 0
L
;
27
while
(num2 == 0
L
)
28
{
29
}
30
int
num3
=
Math
.
Min
(0, (
int
)
num2
);
31
bool
flag;
32
UnixNetworkInterfaceAPI
.
freeifaddrs
(flag ? 1 : 0);
33
throw
new
InvalidCastException
();
34
}
35
throw
new
OutOfMemoryException
();
36
}
37
38
// Token: 0x04000F00 RID: 3840
39
protected
readonly
int
AF_INET6
;
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Math.Min
static byte Min(byte val1, byte val2)
Definition
Math.cs:152
System.Math
Definition
Math.cs:11
System.Net.NetworkInformation.MacOsNetworkInterfaceAPI.MacOsNetworkInterfaceAPI
MacOsNetworkInterfaceAPI()
Definition
MacOsNetworkInterfaceAPI.cs:9
System.Net.NetworkInformation.MacOsNetworkInterfaceAPI.AF_INET6
readonly int AF_INET6
Definition
MacOsNetworkInterfaceAPI.cs:39
System.Net.NetworkInformation.MacOsNetworkInterfaceAPI.MacOsNetworkInterfaceAPI
MacOsNetworkInterfaceAPI(int AF_INET6)
Definition
MacOsNetworkInterfaceAPI.cs:15
System.Net.NetworkInformation.MacOsNetworkInterfaceAPI.GetAllNetworkInterfaces
override NetworkInterface[] GetAllNetworkInterfaces()
Definition
MacOsNetworkInterfaceAPI.cs:20
System.Net.NetworkInformation.MacOsNetworkInterfaceAPI
Definition
MacOsNetworkInterfaceAPI.cs:7
System.Net.NetworkInformation.NetworkInterface
Definition
NetworkInterface.cs:8
System.Net.NetworkInformation.UnixNetworkInterfaceAPI.freeifaddrs
static void freeifaddrs(IntPtr ifap)
System.Net.NetworkInformation.UnixNetworkInterfaceAPI
Definition
UnixNetworkInterfaceAPI.cs:8
System.OutOfMemoryException
Definition
OutOfMemoryException.cs:9
System.Net.NetworkInformation
Definition
AixAddressFamily.cs:4
System.ConsoleKey.L
@ L
System
Definition
__ComObject.cs:4
source
System
Net
NetworkInformation
MacOsNetworkInterfaceAPI.cs
Generated by
1.10.0