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
TypeNames.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000197")]
8 internal class TypeNames
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x2000198")]
11 internal abstract class ATypeName : global::System.TypeName, global::System.IEquatable<global::System.TypeName>
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x1700016A")]
14 public abstract string DisplayName
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000FC2")]
17 get;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6000FC3")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1C89644", Offset = "0x1C89644", Length = "0xD0")]
22 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TypeNames.ATypeName), Member = "Equals", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(bool))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
26 {
27 typeof(string),
28 typeof(string)
29 }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
31 public bool Equals(global::System.TypeName other)
32 {
33 throw null;
34 }
35
36 [global::Cpp2ILInjected.Token(Token = "0x6000FC4")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1C89714", Offset = "0x1C89714", Length = "0x20")]
38 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
41 public override int GetHashCode()
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x6000FC5")]
47 [global::Cpp2ILInjected.Address(RVA = "0x1C89734", Offset = "0x1C89734", Length = "0x60")]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeNames.ATypeName), Member = "Equals", MemberParameters = new object[] { typeof(global::System.TypeName) }, ReturnType = typeof(bool))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
51 public override bool Equals(object other)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6000FC6")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1C89794", Offset = "0x1C89794", Length = "0x4")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 protected ATypeName()
60 {
61 throw null;
62 }
63 }
64 }
65}
class f__AnonymousType0<< Count > j__TPar
override int GetHashCode()
Definition TypeNames.cs:41
override bool Equals(object other)
Definition TypeNames.cs:51
bool Equals(global::System.TypeName other)
Definition TypeNames.cs:31