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
ValueType.cs
Go to the documentation of this file.
1using System;
8
9namespace System
10{
11 [global::System.Runtime.InteropServices.ComVisible(true)]
12 [global::Cpp2ILInjected.Token(Token = "0x20001A1")]
13 [global::System.Serializable]
14 public abstract class ValueType
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000FF1")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB70", Offset = "0x1C8BB70", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
21 protected ValueType()
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000FF2")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB78", Offset = "0x1C8BB78", Length = "0x4")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
30 [MethodImpl(4096)]
31 private static extern bool InternalEquals(object o1, object o2, out object[] fields);
32
33 [global::Cpp2ILInjected.Token(Token = "0x6000FF3")]
34 [global::Cpp2ILInjected.Address(RVA = "0x1C8BB7C", Offset = "0x1C8BB7C", Length = "0x1A0")]
35 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Enum), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.ValueType), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.RuntimeType), Member = "op_Inequality", MemberParameters = new object[]
41 {
42 typeof(global::System.RuntimeType),
43 typeof(global::System.RuntimeType)
44 }, ReturnType = typeof(bool))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
46 internal static bool DefaultEquals(object o1, object o2)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000FF4")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1C8BD1C", Offset = "0x1C8BD1C", Length = "0x4")]
53 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ObjectEqualityComparer<>), Member = "Equals", MemberParameters = new object[] { "T", "T" }, ReturnType = typeof(bool))]
54 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ObjectEqualityComparer<>), Member = "IndexOf", MemberParameters = new object[]
55 {
56 "T[]",
57 "T",
58 typeof(int),
59 typeof(int)
60 }, ReturnType = typeof(int))]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ObjectEqualityComparer<>), Member = "LastIndexOf", MemberParameters = new object[]
62 {
63 "T[]",
64 "T",
65 typeof(int),
66 typeof(int)
67 }, ReturnType = typeof(int))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Animations.AnimationRemoveScalePlayable", Member = "Equals", MemberParameters = new object[] { "UnityEngine.Animations.AnimationRemoveScalePlayable" }, ReturnType = typeof(bool))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Animations.AnimationOffsetPlayable", Member = "Equals", MemberParameters = new object[] { "UnityEngine.Animations.AnimationOffsetPlayable" }, ReturnType = typeof(bool))]
70 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.Animations.AnimationPosePlayable", Member = "Equals", MemberParameters = new object[] { "UnityEngine.Animations.AnimationPosePlayable" }, ReturnType = typeof(bool))]
71 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ValueType), Member = "DefaultEquals", MemberParameters = new object[]
73 {
74 typeof(object),
75 typeof(object)
76 }, ReturnType = typeof(bool))]
77 public override bool Equals(object obj)
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6000FF5")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1C8BD20", Offset = "0x1C8BD20", Length = "0x4")]
84 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
85 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
86 [MethodImpl(4096)]
87 internal static extern int InternalGetHashCode(object o, out object[] fields);
88
89 [global::Cpp2ILInjected.Token(Token = "0x6000FF6")]
90 [global::Cpp2ILInjected.Address(RVA = "0x1C8BD24", Offset = "0x1C8BD24", Length = "0x70")]
91 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
92 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Terraria.DataStructures.PlacementHook", Member = "GetHashCode", ReturnType = typeof(int))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "GetHashCode", ReturnType = typeof(int))]
94 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "GetHashCode", ReturnType = typeof(int))]
95 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Collections.Generic.ObjectEqualityComparer<>), Member = "GetHashCode", MemberParameters = new object[] { "T" }, ReturnType = typeof(int))]
96 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Collections.Specialized.BitVector32", Member = "GetHashCode", ReturnType = typeof(int))]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "UnityEngine.UI.ColorBlock", Member = "GetHashCode", ReturnType = typeof(int))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
99 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
100 public override int GetHashCode()
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x6000FF7")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1C8BD94", Offset = "0x1C8BD94", Length = "0x20")]
107 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeNamedArgument), Member = "ToString", ReturnType = typeof(string))]
108 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Reflection.CustomAttributeTypedArgument), Member = "ToString", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(string))]
109 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
111 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
112 public override string ToString()
113 {
114 throw null;
115 }
116 }
117}
class f__AnonymousType0<< Count > j__TPar
override bool Equals(object obj)
Definition ValueType.cs:77
static bool InternalEquals(object o1, object o2, out object[] fields)
override string ToString()
Definition ValueType.cs:112
static int InternalGetHashCode(object o, out object[] fields)
static bool DefaultEquals(object o1, object o2)
Definition ValueType.cs:46
override int GetHashCode()
Definition ValueType.cs:100