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

◆ LinuxNetworkInterface()

System.Net.NetworkInformation.LinuxNetworkInterface.LinuxNetworkInterface ( string name)
inlinepackage

Definition at line 20 of file LinuxNetworkInterface.cs.

21 : base(name)
22 {
23 string text = "/sys/class/net/" + name + "/";
25 string text2 = text + "operstate";
27 string text3 = this.iface_path + "flags";
29 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.Net.NetworkInformation.UnixNetworkInterface.name, and System.text.