terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
LinuxNetworkInterface.cs
Go to the documentation of this file.
1using System;
3using System.IO;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20002B2")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700044C")]
13 internal string IfacePath
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x60012AE")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1E1F17C", Offset = "0x1E1F17C", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 get
19 {
20 throw null;
21 }
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60012AF")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1E1F09C", Offset = "0x1E1F09C", Length = "0xD8")]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LinuxNetworkInterfaceAPI), Member = "GetAllNetworkInterfaces", ReturnType = typeof(NetworkInterface[]))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnixNetworkInterface), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(string),
33 typeof(string)
34 }, ReturnType = typeof(string))]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
36 {
37 typeof(string),
38 typeof(string)
39 }, ReturnType = typeof(string))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
41 internal LinuxNetworkInterface(string name)
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x60012B0")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1E1F184", Offset = "0x1E1F184", Length = "0x6C")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LinuxIPInterfaceProperties), Member = ".ctor", MemberParameters = new object[]
50 {
53 }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x1700044D")]
62 {
63 [global::Cpp2ILInjected.Token(Token = "0x60012B1")]
64 [global::Cpp2ILInjected.Address(RVA = "0x1E1F1F0", Offset = "0x1E1F1F0", Length = "0x2BC")]
65 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Directory), Member = "Exists", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LinuxNetworkInterface), Member = "ReadLine", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(<PrivateImplementationDetails>), Member = "ComputeStringHash", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(uint))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(string)
74 }, ReturnType = typeof(bool))]
75 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 16)]
76 get
77 {
78 throw null;
79 }
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x60012B2")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1E1F4AC", Offset = "0x1E1F4AC", Length = "0x2E0")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LinuxNetworkInterface), Member = "get_OperationalStatus", ReturnType = typeof(OperationalStatus))]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(File), Member = "OpenRead", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(FileStream))]
88 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StreamReader), Member = ".ctor", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(void))]
89 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
90 internal static string ReadLine(string path)
91 {
92 throw null;
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x4000ED1")]
96 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
97 private string iface_path;
98
99 [global::Cpp2ILInjected.Token(Token = "0x4000ED2")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
101 private string iface_operstate_path;
102
103 [global::Cpp2ILInjected.Token(Token = "0x4000ED3")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
105 private string iface_flags_path;
106 }
107}
class f__AnonymousType0<< Count > j__TPar