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
DnsEndPoint.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200018D")]
9 public class DnsEndPoint : EndPoint
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000A39")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F0BCE4", Offset = "0x1F0BCE4", Length = "0x8")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 public DnsEndPoint(string host, int port)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000A3A")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F0BCEC", Offset = "0x1F0BCEC", Length = "0x1D8")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IsNullOrEmpty", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(bool))]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[]
27 {
28 typeof(string),
29 typeof(string)
30 }, ReturnType = typeof(void))]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "SR", Member = "GetString", MemberParameters = new object[]
33 {
34 typeof(string),
35 typeof(object[])
36 }, ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 22)]
40 public DnsEndPoint(string host, int port, AddressFamily addressFamily)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x6000A3B")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1F0BECC", Offset = "0x1F0BECC", Length = "0xB4")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
50 {
51 typeof(string),
52 typeof(string)
53 }, ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
55 public override bool Equals(object comparand)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6000A3C")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1F0BF80", Offset = "0x1F0BF80", Length = "0xAC")]
62 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
65 public override int GetHashCode()
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x6000A3D")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1F0C02C", Offset = "0x1F0C02C", Length = "0x180")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Enum), Member = "ToString", ReturnType = typeof(string))]
74 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "ToString", ReturnType = typeof(string))]
75 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(string))]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
77 public override string ToString()
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x17000210")]
83 public string Host
84 {
85 [global::Cpp2ILInjected.Token(Token = "0x6000A3E")]
86 [global::Cpp2ILInjected.Address(RVA = "0x1F0C1AC", Offset = "0x1F0C1AC", Length = "0x8")]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
88 get
89 {
90 throw null;
91 }
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x17000211")]
96 {
97 [global::Cpp2ILInjected.Token(Token = "0x6000A3F")]
98 [global::Cpp2ILInjected.Address(RVA = "0x1F0C1B4", Offset = "0x1F0C1B4", Length = "0x8")]
99 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
100 get
101 {
102 throw null;
103 }
104 }
105
106 [global::Cpp2ILInjected.Token(Token = "0x17000212")]
107 public int Port
108 {
109 [global::Cpp2ILInjected.Token(Token = "0x6000A40")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1F0C1BC", Offset = "0x1F0C1BC", Length = "0x8")]
111 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
112 get
113 {
114 throw null;
115 }
116 }
117
118 [global::Cpp2ILInjected.Token(Token = "0x40007C9")]
119 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
120 private string m_Host;
121
122 [global::Cpp2ILInjected.Token(Token = "0x40007CA")]
123 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
124 private int m_Port;
125
126 [global::Cpp2ILInjected.Token(Token = "0x40007CB")]
127 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
129 }
130}
class f__AnonymousType0<< Count > j__TPar
override bool Equals(object comparand)
AddressFamily m_Family
override string ToString()
DnsEndPoint(string host, int port)
override int GetHashCode()
DnsEndPoint(string host, int port, AddressFamily addressFamily)