|
terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Inheritance diagram for System.Net.NetworkInformation.AixNetworkInterface:Public Member Functions | |
| override IPInterfaceProperties | GetIPProperties () |
Static Public Member Functions | |
| static NetworkInterface[] | GetAllNetworkInterfaces () |
Protected Attributes | |
| IPInterfaceProperties | ipproperties |
| List< IPAddress > | addresses |
Package Functions | |
| AixNetworkInterface (string name, uint ifa_flags, int ifru_mtu) | |
| void | AddAddress (IPAddress address) |
| void | SetLinkLayerInfo (int index, byte[] macAddress, NetworkInterfaceType type) |
Properties | |
| override OperationalStatus | OperationalStatus [get] |
| override string | Description [get] |
| override NetworkInterfaceType | NetworkInterfaceType [get] |
Private Attributes | |
| uint | _ifa_flags |
| int | _ifru_mtu |
| string | name |
| byte[] | macAddress |
| NetworkInterfaceType | type |
Definition at line 6 of file AixNetworkInterface.cs.