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
IPv6AddressFormatter.cs
Go to the documentation of this file.
1using System;
2using System.Text;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200025F")]
9 internal struct IPv6AddressFormatter
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001059")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E008F4", Offset = "0x1E008F4", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public IPv6AddressFormatter(ushort[] addr, long scopeId)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x600105A")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1E008FC", Offset = "0x1E008FC", Length = "0xC")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 private static ushort SwapUShort(ushort number)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600105B")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1E00908", Offset = "0x1E00908", Length = "0x20")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 private uint AsIPv4Int()
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x600105C")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1E00928", Offset = "0x1E00928", Length = "0x50")]
39 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
40 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IPv6AddressFormatter), Member = "ToString", ReturnType = typeof(string))]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
42 private bool IsIPv4Compatible()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x600105D")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1E00978", Offset = "0x1E00978", Length = "0x40")]
49 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 private bool IsIPv4Mapped()
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x600105E")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1E009B8", Offset = "0x1E009B8", Length = "0x334")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = ".ctor", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IPv6AddressFormatter), Member = "IsIPv4Compatible", ReturnType = typeof(bool))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(StringBuilder))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IPAddress), Member = ".ctor", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "AppendFormat", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(object)
68 }, ReturnType = typeof(StringBuilder))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(StringBuilder))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 11)]
72 public override string ToString()
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x4000CE0")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
79 private ushort[] address;
80
81 [global::Cpp2ILInjected.Token(Token = "0x4000CE1")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
83 private long scopeId;
84 }
85}
class f__AnonymousType0<< Count > j__TPar
IPv6AddressFormatter(ushort[] addr, long scopeId)
static ushort SwapUShort(ushort number)