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
AixIPInterfaceProperties.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Collections.Generic
;
3
4
namespace
System.Net.NetworkInformation
5
{
6
// Token: 0x020002A8 RID: 680
7
internal
class
AixIPInterfaceProperties
:
UnixIPInterfaceProperties
8
{
9
// Token: 0x0600129A RID: 4762 RVA: 0x0003A0A8 File Offset: 0x000382A8
10
public
AixIPInterfaceProperties
(
AixNetworkInterface
iface
,
List<IPAddress>
addresses
,
int
mtu
)
11
{
12
if
(!
true
)
13
{
14
}
15
base
..ctor();
16
this.iface
=
iface
;
17
this.addresses
=
addresses
;
18
this._mtu
=
mtu
;
19
}
20
21
// Token: 0x04000EBD RID: 3773
22
private
int
_mtu
;
23
}
24
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Collections.Generic.List
Definition
List.cs:13
System.Net.NetworkInformation.AixIPInterfaceProperties._mtu
int _mtu
Definition
AixIPInterfaceProperties.cs:22
System.Net.NetworkInformation.AixIPInterfaceProperties.AixIPInterfaceProperties
AixIPInterfaceProperties(AixNetworkInterface iface, List< IPAddress > addresses, int mtu)
Definition
AixIPInterfaceProperties.cs:10
System.Net.NetworkInformation.AixIPInterfaceProperties
Definition
AixIPInterfaceProperties.cs:8
System.Net.NetworkInformation.AixNetworkInterface
Definition
AixNetworkInterface.cs:7
System.Net.NetworkInformation.UnixIPInterfaceProperties.addresses
List< IPAddress > addresses
Definition
UnixIPInterfaceProperties.cs:38
System.Net.NetworkInformation.UnixIPInterfaceProperties.iface
UnixNetworkInterface iface
Definition
UnixIPInterfaceProperties.cs:35
System.Net.NetworkInformation.UnixIPInterfaceProperties
Definition
UnixIPInterfaceProperties.cs:9
System.Collections.Generic
Definition
ArrayBuilder.cs:5
System.Net.NetworkInformation
Definition
AixAddressFamily.cs:4
System
Definition
__ComObject.cs:4
source
System
Net
NetworkInformation
AixIPInterfaceProperties.cs
Generated by
1.10.0