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
UdpReceiveResult.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net.Sockets
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000308")]
8 public struct UdpReceiveResult : IEquatable<UdpReceiveResult>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600143B")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E34C88", Offset = "0x1E34C88", Length = "0x80")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UdpClient), Member = "<ReceiveAsync>b__65_1", MemberParameters = new object[] { typeof(IAsyncResult) }, ReturnType = typeof(UdpReceiveResult))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x17000492")]
22 public byte[] Buffer
23 {
24 [global::Cpp2ILInjected.Token(Token = "0x600143C")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1E34D08", Offset = "0x1E34D08", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x17000493")]
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x600143D")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1E34D10", Offset = "0x1E34D10", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x600143E")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1E34D18", Offset = "0x1E34D18", Length = "0x40")]
47 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 public override int GetHashCode()
50 {
51 throw null;
52 }
53
54 [global::Cpp2ILInjected.Token(Token = "0x600143F")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1E34D58", Offset = "0x1E34D58", Length = "0x78")]
56 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
58 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
59 public override bool Equals(object obj)
60 {
61 throw null;
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x6001440")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1E34DD0", Offset = "0x1E34DD0", Length = "0x48")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
68 {
69 typeof(object),
70 typeof(object)
71 }, ReturnType = typeof(bool))]
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x40010DF")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
79 private byte[] m_buffer;
80
81 [global::Cpp2ILInjected.Token(Token = "0x40010E0")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
84 }
85}
class f__AnonymousType0<< Count > j__TPar
override bool Equals(object obj)
UdpReceiveResult(byte[] buffer, IPEndPoint remoteEndPoint)
bool Equals(UdpReceiveResult other)