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
AixNetworkInterface.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20002AA")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60012A4")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E1E240", Offset = "0x1E1E240", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UnixNetworkInterface), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
15 internal AixNetworkInterface(string name, uint ifa_flags, int ifru_mtu)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60012A5")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1E1E3B4", Offset = "0x1E1E3B4", Length = "0x7C")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AixIPInterfaceProperties), Member = ".ctor", MemberParameters = new object[]
24 {
27 typeof(int)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x1700044B")]
37 {
38 [global::Cpp2ILInjected.Token(Token = "0x60012A6")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1E1E430", Offset = "0x1E1E430", Length = "0x14")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 get
43 {
44 throw null;
45 }
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x4000EBE")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x34")]
50 private uint _ifa_flags;
51
52 [global::Cpp2ILInjected.Token(Token = "0x4000EBF")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
54 private int _ifru_mtu;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
AixNetworkInterface(string name, uint ifa_flags, int ifru_mtu)