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
PropertyBuilder.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000525")]
9 public sealed class PropertyBuilder : PropertyInfo
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x17000591")]
12 public override bool CanRead
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60026D9")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1B94ED0", Offset = "0x1B94ED0", Length = "0x38")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x17000592")]
26 public override bool CanWrite
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x60026DA")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B94F08", Offset = "0x1B94F08", Length = "0x38")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
33 get
34 {
35 throw null;
36 }
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x17000593")]
40 public override global::System.Type DeclaringType
41 {
42 [global::Cpp2ILInjected.Token(Token = "0x60026DB")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1B94F40", Offset = "0x1B94F40", Length = "0x38")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x17000594")]
54 public override string Name
55 {
56 [global::Cpp2ILInjected.Token(Token = "0x60026DC")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B94F78", Offset = "0x1B94F78", Length = "0x38")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
61 get
62 {
63 throw null;
64 }
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x17000595")]
68 public override global::System.Type PropertyType
69 {
70 [global::Cpp2ILInjected.Token(Token = "0x60026DD")]
71 [global::Cpp2ILInjected.Address(RVA = "0x1B94FB0", Offset = "0x1B94FB0", Length = "0x38")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
75 get
76 {
77 throw null;
78 }
79 }
80
81 [global::Cpp2ILInjected.Token(Token = "0x17000596")]
82 public override global::System.Type ReflectedType
83 {
84 [global::Cpp2ILInjected.Token(Token = "0x60026DE")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1B94FE8", Offset = "0x1B94FE8", Length = "0x38")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
88 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
89 get
90 {
91 throw null;
92 }
93 }
94
95 [global::Cpp2ILInjected.Token(Token = "0x60026DF")]
96 [global::Cpp2ILInjected.Address(RVA = "0x1B95020", Offset = "0x1B95020", Length = "0x38")]
97 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
99 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
100 public override object[] GetCustomAttributes(bool inherit)
101 {
102 throw null;
103 }
104
105 [global::Cpp2ILInjected.Token(Token = "0x60026E0")]
106 [global::Cpp2ILInjected.Address(RVA = "0x1B95058", Offset = "0x1B95058", Length = "0x38")]
107 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
108 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
109 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
110 public override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
111 {
112 throw null;
113 }
114
115 [global::Cpp2ILInjected.Token(Token = "0x60026E1")]
116 [global::Cpp2ILInjected.Address(RVA = "0x1B95090", Offset = "0x1B95090", Length = "0x38")]
117 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
118 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
119 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
120 public override MethodInfo GetGetMethod(bool nonPublic)
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x60026E2")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1B950C8", Offset = "0x1B950C8", Length = "0x38")]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x60026E3")]
136 [global::Cpp2ILInjected.Address(RVA = "0x1B95100", Offset = "0x1B95100", Length = "0x38")]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
139 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
140 public override MethodInfo GetSetMethod(bool nonPublic)
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x60026E4")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1B95138", Offset = "0x1B95138", Length = "0x38")]
147 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
150 public override object GetValue(object obj, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture)
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x60026E5")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1B95170", Offset = "0x1B95170", Length = "0x38")]
157 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
158 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
160 public override bool IsDefined(global::System.Type attributeType, bool inherit)
161 {
162 throw null;
163 }
164
165 [global::Cpp2ILInjected.Token(Token = "0x60026E6")]
166 [global::Cpp2ILInjected.Address(RVA = "0x1B951A8", Offset = "0x1B951A8", Length = "0x38")]
167 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.PlatformNotSupportedException), Member = ".ctor", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
170 public override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture)
171 {
172 throw null;
173 }
174 }
175}
class f__AnonymousType0<< Count > j__TPar
override object GetValue(object obj, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture)
override MethodInfo GetSetMethod(bool nonPublic)
override bool IsDefined(global::System.Type attributeType, bool inherit)
override global::System.Type ReflectedType
override ParameterInfo[] GetIndexParameters()
override object[] GetCustomAttributes(global::System.Type attributeType, bool inherit)
override global::System.Type DeclaringType
override MethodInfo GetGetMethod(bool nonPublic)
override global::System.Type PropertyType
override object[] GetCustomAttributes(bool inherit)
override void SetValue(object obj, object value, BindingFlags invokeAttr, Binder binder, object[] index, global::System.Globalization.CultureInfo culture)