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
UIntPtr.cs
Go to the documentation of this file.
1using System;
6
7namespace System
8{
9 [global::System.CLSCompliant(false)]
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x20001A0")]
12 [global::System.Serializable]
13 public readonly struct UIntPtr : global::System.Runtime.Serialization.ISerializable, global::System.IEquatable<global::System.UIntPtr>
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6000FE4")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1C8B918", Offset = "0x1C8B918", Length = "0x60")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.UIntPtr), Member = "op_Explicit", MemberParameters = new object[] { typeof(ulong) }, ReturnType = typeof(global::System.UIntPtr))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6000FE5")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1C8B980", Offset = "0x1C8B980", Length = "0xC")]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 public UIntPtr(uint value)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000FE6")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1C8B98C", Offset = "0x1C8B98C", Length = "0x78")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
38 public override bool Equals(object obj)
39 {
40 throw null;
41 }
42
43 [global::Cpp2ILInjected.Token(Token = "0x6000FE7")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1C8BA04", Offset = "0x1C8BA04", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 public override int GetHashCode()
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000FE8")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1C8BA0C", Offset = "0x1C8BA0C", Length = "0x70")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ulong), Member = "ToString", ReturnType = typeof(string))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 public override string ToString()
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x6000FE9")]
62 [global::Cpp2ILInjected.Address(RVA = "0x1C8BA7C", Offset = "0x1C8BA7C", Length = "0xA0")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationInfo), Member = "AddValue", MemberParameters = new object[]
65 {
66 typeof(string),
67 typeof(ulong)
68 }, ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
71 private void System.Runtime.Serialization.ISerializable.GetObjectData(global::System.Runtime.Serialization.SerializationInfo info, global::System.Runtime.Serialization.StreamingContext context)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6000FEA")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB1C", Offset = "0x1C8BB1C", Length = "0xC")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceEqual", MemberParameters = new object[]
80 {
81 typeof(ref byte),
82 typeof(ref byte),
84 }, ReturnType = typeof(bool))]
85 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.SafeBuffer), Member = "AcquirePointer", MemberParameters = new object[] { typeof(ref byte*) }, ReturnType = typeof(void))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.SafeBuffer), Member = "ReleasePointer", ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
88 public unsafe static bool operator ==(global::System.UIntPtr value1, global::System.UIntPtr value2)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x6000FEB")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB28", Offset = "0x1C8BB28", Length = "0xC")]
95 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceEqual", MemberParameters = new object[]
97 {
98 typeof(ref byte),
99 typeof(ref byte),
101 }, ReturnType = typeof(bool))]
102 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.SpanHelpers), Member = "SequenceCompareTo", MemberParameters = new object[]
103 {
104 typeof(ref char),
105 typeof(int),
106 typeof(ref char),
107 typeof(int)
108 }, ReturnType = typeof(int))]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
110 public static bool operator !=(global::System.UIntPtr value1, global::System.UIntPtr value2)
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x6000FEC")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB34", Offset = "0x1C8BB34", Length = "0x20")]
117 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.SafeBuffer), Member = ".cctor", ReturnType = typeof(void))]
118 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
119 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.UIntPtr), Member = ".ctor", MemberParameters = new object[] { typeof(ulong) }, ReturnType = typeof(void))]
120 public static explicit operator global::System.UIntPtr(ulong value)
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x6000FED")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB54", Offset = "0x1C8BB54", Length = "0x8")]
127 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.SafeBuffer), Member = ".cctor", ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
129 public static explicit operator global::System.UIntPtr(uint value)
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x1700016F")]
135 public static int Size
136 {
137 [global::Cpp2ILInjected.Token(Token = "0x6000FEE")]
138 [global::Cpp2ILInjected.Address(RVA = "0x1C8B978", Offset = "0x1C8B978", Length = "0x8")]
139 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.InteropServices.SafeBuffer), Member = ".cctor", ReturnType = typeof(void))]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
141 get
142 {
143 throw null;
144 }
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x6000FEF")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB5C", Offset = "0x1C8BB5C", Length = "0x10")]
149 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
150 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
151 private bool System.IEquatable<System.UIntPtr>.Equals(global::System.UIntPtr other)
152 {
153 throw null;
154 }
155
156 // Note: this type is marked as 'beforefieldinit'.
157 [global::Cpp2ILInjected.Token(Token = "0x6000FF0")]
158 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB6C", Offset = "0x1C8BB6C", Length = "0x4")]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
160 static UIntPtr()
161 {
162 throw null;
163 }
164
165 [global::Cpp2ILInjected.Token(Token = "0x4000890")]
166 public static readonly global::System.UIntPtr Zero;
167
168 [global::Cpp2ILInjected.Token(Token = "0x4000891")]
169 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
170 private unsafe readonly void* _pointer;
171 }
172}
class f__AnonymousType0<< Count > j__TPar
void GetObjectData(SerializationInfo info, StreamingContext context)
static UIntPtr()
Definition UIntPtr.cs:160
static bool operator!=(global::System.UIntPtr value1, global::System.UIntPtr value2)
Definition UIntPtr.cs:110
UIntPtr(uint value)
Definition UIntPtr.cs:28
static unsafe bool operator==(global::System.UIntPtr value1, global::System.UIntPtr value2)
Definition UIntPtr.cs:88
static int Size
Definition UIntPtr.cs:136
override int GetHashCode()
Definition UIntPtr.cs:46
unsafe readonly void * _pointer
Definition UIntPtr.cs:170
UIntPtr(ulong value)
Definition UIntPtr.cs:20
override string ToString()
Definition UIntPtr.cs:56
static readonly global::System.UIntPtr Zero
Definition UIntPtr.cs:166
override bool Equals(object obj)
Definition UIntPtr.cs:38