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
EditorAttribute.cs
Go to the documentation of this file.
1using System;
6
8{
9 [AttributeUsage(AttributeTargets.All, AllowMultiple = true, Inherited = true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000372")]
11 public sealed class EditorAttribute : Attribute
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x60016FF")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1E4A904", Offset = "0x1E4A904", Length = "0x5C")]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6001700")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1E4A960", Offset = "0x1E4A960", Length = "0x88")]
25 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToUpper", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 public EditorAttribute(string typeName, string baseTypeName)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6001701")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1E4A9E8", Offset = "0x1E4A9E8", Length = "0xA0")]
37 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_InvariantCulture", ReturnType = typeof(CultureInfo))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToUpper", MemberParameters = new object[] { typeof(CultureInfo) }, ReturnType = typeof(string))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 public EditorAttribute(string typeName, Type baseType)
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6001702")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1E4AA88", Offset = "0x1E4AA88", Length = "0x58")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = ".ctor", ReturnType = typeof(void))]
53 public EditorAttribute(Type type, Type baseType)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x17000537")]
59 public string EditorBaseTypeName
60 {
62 [global::Cpp2ILInjected.Token(Token = "0x6001703")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1E4AAE0", Offset = "0x1E4AAE0", Length = "0x8")]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
65 get
66 {
67 throw null;
68 }
69 }
70
71 [global::Cpp2ILInjected.Token(Token = "0x17000538")]
72 public string EditorTypeName
73 {
75 [global::Cpp2ILInjected.Token(Token = "0x6001704")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1E4AAE8", Offset = "0x1E4AAE8", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 get
79 {
80 throw null;
81 }
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x17000539")]
85 public override object TypeId
86 {
87 [global::Cpp2ILInjected.Token(Token = "0x6001705")]
88 [global::Cpp2ILInjected.Address(RVA = "0x1E4AAF0", Offset = "0x1E4AAF0", Length = "0x80")]
89 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
90 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
91 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "IndexOf", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(int))]
92 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Substring", MemberParameters = new object[]
93 {
94 typeof(int),
95 typeof(int)
96 }, ReturnType = typeof(string))]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(Type))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
99 {
100 typeof(string),
101 typeof(string)
102 }, ReturnType = typeof(string))]
103 get
104 {
105 throw null;
106 }
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x6001706")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1E4AB70", Offset = "0x1E4AB70", Length = "0x9C")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
114 {
115 typeof(string),
116 typeof(string)
117 }, ReturnType = typeof(bool))]
118 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
119 public override bool Equals(object obj)
120 {
121 throw null;
122 }
123
124 [global::Cpp2ILInjected.Token(Token = "0x6001707")]
125 [global::Cpp2ILInjected.Address(RVA = "0x1E4AC0C", Offset = "0x1E4AC0C", Length = "0x8")]
126 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Attribute), Member = "GetHashCode", ReturnType = typeof(int))]
128 public override int GetHashCode()
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x4001218")]
134 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
135 private string _typeId;
136
138 [global::Cpp2ILInjected.Token(Token = "0x4001219")]
139 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
140 private readonly string <EditorBaseTypeName>k__BackingField;
141
143 [global::Cpp2ILInjected.Token(Token = "0x400121A")]
144 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
145 private readonly string <EditorTypeName>k__BackingField;
146 }
147}
class f__AnonymousType0<< Count > j__TPar
EditorAttribute(Type type, Type baseType)
EditorAttribute(string typeName, string baseTypeName)
EditorAttribute(string typeName, Type baseType)
readonly string< EditorBaseTypeName > k__BackingField
readonly string< EditorTypeName > k__BackingField