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
EndPoint.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200018E")]
10 public abstract class EndPoint
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x17000213")]
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000A41")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1F0C1C4", Offset = "0x1F0C1C4", Length = "0x24")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExceptionHelper), Member = "get_PropertyNotImplementedException", ReturnType = typeof(NotImplementedException))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
20 get
21 {
22 throw null;
23 }
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000A42")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1F0C268", Offset = "0x1F0C268", Length = "0x24")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExceptionHelper), Member = "get_MethodNotImplementedException", ReturnType = typeof(NotImplementedException))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 public virtual SocketAddress Serialize()
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000A43")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1F0C30C", Offset = "0x1F0C30C", Length = "0x24")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ExceptionHelper), Member = "get_MethodNotImplementedException", ReturnType = typeof(NotImplementedException))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000A44")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1F0BEC4", Offset = "0x1F0BEC4", Length = "0x8")]
48 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IPEndPoint), Member = ".ctor", MemberParameters = new object[]
49 {
50 typeof(long),
51 typeof(int)
52 }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IPEndPoint), Member = ".ctor", MemberParameters = new object[]
54 {
56 typeof(int)
57 }, ReturnType = typeof(void))]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
60 protected EndPoint()
61 {
62 throw null;
63 }
64 }
65}
class f__AnonymousType0<< Count > j__TPar
virtual SocketAddress Serialize()
Definition EndPoint.cs:31
virtual EndPoint Create(SocketAddress socketAddress)
Definition EndPoint.cs:41