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
SystemNetworkInterface.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Net.NetworkInformation
4
{
5
// Token: 0x020002BF RID: 703
6
internal
static
class
SystemNetworkInterface
7
{
8
// Token: 0x060012BC RID: 4796 RVA: 0x0003A5C4 File Offset: 0x000387C4
9
public
static
NetworkInterface
[]
GetNetworkInterfaces
()
10
{
11
if
(!
true
)
12
{
13
return
;
14
}
15
}
16
17
// Token: 0x060012BD RID: 4797 RVA: 0x0003A5D8 File Offset: 0x000387D8
18
// Note: this type is marked as 'beforefieldinit'.
19
static
SystemNetworkInterface
()
20
{
21
NetworkInterfaceFactory
networkInterfaceFactory
=
NetworkInterfaceFactoryPal
.
Create
();
22
}
23
24
// Token: 0x04000F09 RID: 3849
25
private
static
readonly
NetworkInterfaceFactory
nif
;
26
}
27
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Net.NetworkInformation.NetworkInterfaceFactoryPal.Create
static NetworkInterfaceFactory Create()
Definition
NetworkInterfaceFactoryPal.cs:9
System.Net.NetworkInformation.NetworkInterfaceFactoryPal
Definition
NetworkInterfaceFactoryPal.cs:7
System.Net.NetworkInformation.NetworkInterfaceFactory
Definition
NetworkInterfaceFactory.cs:7
System.Net.NetworkInformation.NetworkInterface
Definition
NetworkInterface.cs:8
System.Net.NetworkInformation.SystemNetworkInterface.SystemNetworkInterface
static SystemNetworkInterface()
Definition
SystemNetworkInterface.cs:19
System.Net.NetworkInformation.SystemNetworkInterface.GetNetworkInterfaces
static NetworkInterface[] GetNetworkInterfaces()
Definition
SystemNetworkInterface.cs:9
System.Net.NetworkInformation.SystemNetworkInterface.nif
static readonly NetworkInterfaceFactory nif
Definition
SystemNetworkInterface.cs:25
System.Net.NetworkInformation.SystemNetworkInterface
Definition
SystemNetworkInterface.cs:7
System.Net.NetworkInformation
Definition
AixAddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
NetworkInformation
SystemNetworkInterface.cs
Generated by
1.10.0