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
TaiwanCalendar.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20005B1")]
10 [global::System.Serializable]
11 public class TaiwanCalendar : Calendar
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6002C29")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1BF27B0", Offset = "0x1BF27B0", Length = "0xB0")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "GetTaiwanCalendarDefaultInstance", ReturnType = typeof(Calendar))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = "GetTaiwanCalendarDTFI", ReturnType = typeof(DateTimeFormatInfo))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TaiwanCalendar), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
20 internal static Calendar GetDefaultInstance()
21 {
22 throw null;
23 }
24
25 [global::System.Runtime.InteropServices.ComVisible(false)]
26 [global::Cpp2ILInjected.Token(Token = "0x1700069A")]
27 public override global::System.DateTime MinSupportedDateTime
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x6002C2A")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1BF2A3C", Offset = "0x1BF2A3C", Length = "0x58")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 get
34 {
35 throw null;
36 }
37 }
38
39 [global::System.Runtime.InteropServices.ComVisible(false)]
40 [global::Cpp2ILInjected.Token(Token = "0x1700069B")]
41 public override global::System.DateTime MaxSupportedDateTime
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6002C2B")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1BF2A94", Offset = "0x1BF2A94", Length = "0x58")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
47 get
48 {
49 throw null;
50 }
51 }
52
53 [global::Cpp2ILInjected.Token(Token = "0x6002C2C")]
54 [global::Cpp2ILInjected.Address(RVA = "0x1BF2860", Offset = "0x1BF2860", Length = "0x1DC")]
55 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
56 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TaiwanCalendar), Member = "GetDefaultInstance", ReturnType = typeof(Calendar))]
57 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
58 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "GetType", ReturnType = typeof(global::System.Type))]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.TypeInitializationException), Member = ".ctor", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(global::System.Exception)
65 }, ReturnType = typeof(void))]
66 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 20)]
68 {
69 throw null;
70 }
71
72 [global::Cpp2ILInjected.Token(Token = "0x1700069C")]
73 internal override int ID
74 {
75 [global::Cpp2ILInjected.Token(Token = "0x6002C2D")]
76 [global::Cpp2ILInjected.Address(RVA = "0x1BF2AEC", Offset = "0x1BF2AEC", Length = "0x8")]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 get
79 {
80 throw null;
81 }
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6002C2E")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1BF2AF4", Offset = "0x1BF2AF4", Length = "0x8")]
86 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetDaysInMonth", MemberParameters = new object[]
88 {
89 typeof(int),
90 typeof(int),
91 typeof(int)
92 }, ReturnType = typeof(int))]
93 public override int GetDaysInMonth(int year, int month, int era)
94 {
95 throw null;
96 }
97
98 [global::Cpp2ILInjected.Token(Token = "0x6002C2F")]
99 [global::Cpp2ILInjected.Address(RVA = "0x1BF2AFC", Offset = "0x1BF2AFC", Length = "0x8")]
100 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
101 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetDaysInYear", MemberParameters = new object[]
102 {
103 typeof(int),
104 typeof(int)
105 }, ReturnType = typeof(int))]
106 public override int GetDaysInYear(int year, int era)
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6002C30")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1BF2B04", Offset = "0x1BF2B04", Length = "0x40")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
116 public override int GetDayOfMonth(global::System.DateTime time)
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x6002C31")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1BF2B44", Offset = "0x1BF2B44", Length = "0x8")]
123 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
124 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetDayOfWeek", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(global::System.DayOfWeek))]
125 public override global::System.DayOfWeek GetDayOfWeek(global::System.DateTime time)
126 {
127 throw null;
128 }
129
130 [global::Cpp2ILInjected.Token(Token = "0x6002C32")]
131 [global::Cpp2ILInjected.Address(RVA = "0x1BF2B4C", Offset = "0x1BF2B4C", Length = "0x1C")]
132 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
133 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetYearOffset", MemberParameters = new object[]
134 {
135 typeof(int),
136 typeof(int),
137 typeof(bool)
138 }, ReturnType = typeof(int))]
139 public override int GetMonthsInYear(int year, int era)
140 {
141 throw null;
142 }
143
144 [global::Cpp2ILInjected.Token(Token = "0x6002C33")]
145 [global::Cpp2ILInjected.Address(RVA = "0x1BF2B68", Offset = "0x1BF2B68", Length = "0x8")]
146 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
147 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetEra", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
148 public override int GetEra(global::System.DateTime time)
149 {
150 throw null;
151 }
152
153 [global::Cpp2ILInjected.Token(Token = "0x6002C34")]
154 [global::Cpp2ILInjected.Address(RVA = "0x1BF2B70", Offset = "0x1BF2B70", Length = "0x40")]
155 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
156 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
157 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
158 public override int GetMonth(global::System.DateTime time)
159 {
160 throw null;
161 }
162
163 [global::Cpp2ILInjected.Token(Token = "0x6002C35")]
164 [global::Cpp2ILInjected.Address(RVA = "0x1BF2BB0", Offset = "0x1BF2BB0", Length = "0x8")]
165 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "GetYear", MemberParameters = new object[] { typeof(global::System.DateTime) }, ReturnType = typeof(int))]
167 public override int GetYear(global::System.DateTime time)
168 {
169 throw null;
170 }
171
172 [global::Cpp2ILInjected.Token(Token = "0x6002C36")]
173 [global::Cpp2ILInjected.Address(RVA = "0x1BF2BB8", Offset = "0x1BF2BB8", Length = "0x8")]
174 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
175 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "IsLeapYear", MemberParameters = new object[]
176 {
177 typeof(int),
178 typeof(int)
179 }, ReturnType = typeof(bool))]
180 public override bool IsLeapYear(int year, int era)
181 {
182 throw null;
183 }
184
185 [global::Cpp2ILInjected.Token(Token = "0x6002C37")]
186 [global::Cpp2ILInjected.Address(RVA = "0x1BF2BC0", Offset = "0x1BF2BC0", Length = "0x10")]
187 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
188 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "ToDateTime", MemberParameters = new object[]
189 {
190 typeof(int),
191 typeof(int),
192 typeof(int),
193 typeof(int),
194 typeof(int),
195 typeof(int),
196 typeof(int),
197 typeof(int)
198 }, ReturnType = typeof(global::System.DateTime))]
199 public override global::System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
200 {
201 throw null;
202 }
203
204 [global::Cpp2ILInjected.Token(Token = "0x1700069D")]
205 public override int[] Eras
206 {
207 [global::Cpp2ILInjected.Token(Token = "0x6002C38")]
208 [global::Cpp2ILInjected.Address(RVA = "0x1BF2BD0", Offset = "0x1BF2BD0", Length = "0x8")]
209 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GregorianCalendarHelper), Member = "get_Eras", ReturnType = typeof(int[]))]
211 get
212 {
213 throw null;
214 }
215 }
216
217 [global::Cpp2ILInjected.Token(Token = "0x1700069E")]
218 public override int TwoDigitYearMax
219 {
220 [global::Cpp2ILInjected.Token(Token = "0x6002C39")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1BF2BD8", Offset = "0x1BF2BD8", Length = "0x44")]
222 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
223 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Calendar), Member = "GetSystemTwoDigitYearSetting", MemberParameters = new object[]
225 {
226 typeof(int),
227 typeof(int)
228 }, ReturnType = typeof(int))]
229 get
230 {
231 throw null;
232 }
233 [global::Cpp2ILInjected.Token(Token = "0x6002C3A")]
234 [global::Cpp2ILInjected.Address(RVA = "0x1BF2C1C", Offset = "0x1BF2C1C", Length = "0x128")]
235 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
236 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
237 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Calendar), Member = "VerifyWritable", ReturnType = typeof(void))]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
241 {
242 typeof(global::System.IFormatProvider),
243 typeof(string),
244 typeof(object),
245 typeof(object)
246 }, ReturnType = typeof(string))]
247 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
248 {
249 typeof(string),
250 typeof(string)
251 }, ReturnType = typeof(void))]
252 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
253 set
254 {
255 throw null;
256 }
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x6002C3B")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1BF2D44", Offset = "0x1BF2D44", Length = "0x13C")]
261 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
265 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
266 {
267 typeof(global::System.IFormatProvider),
268 typeof(string),
269 typeof(object),
270 typeof(object)
271 }, ReturnType = typeof(string))]
272 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
273 {
274 typeof(string),
275 typeof(string)
276 }, ReturnType = typeof(void))]
277 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
278 public override int ToFourDigitYear(int year)
279 {
280 throw null;
281 }
282
283 // Note: this type is marked as 'beforefieldinit'.
284 [global::Cpp2ILInjected.Token(Token = "0x6002C3C")]
285 [global::Cpp2ILInjected.Address(RVA = "0x1BF2E80", Offset = "0x1BF2E80", Length = "0x10C")]
286 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
287 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EraInfo), Member = ".ctor", MemberParameters = new object[]
288 {
289 typeof(int),
290 typeof(int),
291 typeof(int),
292 typeof(int),
293 typeof(int),
294 typeof(int),
295 typeof(int)
296 }, ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
298 {
299 typeof(int),
300 typeof(int),
301 typeof(int)
302 }, ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
305 {
306 throw null;
307 }
308
309 [global::Cpp2ILInjected.Token(Token = "0x40018A2")]
310 internal static EraInfo[] taiwanEraInfo;
311
312 [global::Cpp2ILInjected.Token(Token = "0x40018A3")]
314
315 [global::Cpp2ILInjected.Token(Token = "0x40018A4")]
316 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
318
319 [global::Cpp2ILInjected.Token(Token = "0x40018A5")]
320 internal static readonly global::System.DateTime calendarMinValue;
321 }
322}
class f__AnonymousType0<< Count > j__TPar
override int GetDaysInMonth(int year, int month, int era)
override int GetMonthsInYear(int year, int era)
override int GetDaysInYear(int year, int era)
override int GetDayOfMonth(global::System.DateTime time)
override int GetMonth(global::System.DateTime time)
override global::System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
override global::System.DateTime MaxSupportedDateTime
override int GetEra(global::System.DateTime time)
override global::System.DayOfWeek GetDayOfWeek(global::System.DateTime time)
static readonly global::System.DateTime calendarMinValue
override global::System.DateTime MinSupportedDateTime
override int GetYear(global::System.DateTime time)
override bool IsLeapYear(int year, int era)
override int ToFourDigitYear(int year)
DayOfWeek
Definition DayOfWeek.cs:8
DateTime(long ticks)
Definition DateTime.cs:113