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
DaylightTimeStruct.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000590")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6002B1E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1BE1084", Offset = "0x1BE1084", Length = "0xC")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "GetDaylightTime", MemberParameters = new object[]
13 {
14 typeof(int),
15 typeof(global::System.TimeZoneInfo.AdjustmentRule),
16 typeof(int?)
17 }, ReturnType = typeof(DaylightTimeStruct))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
19 public DaylightTimeStruct(global::System.DateTime start, global::System.DateTime end, global::System.TimeSpan delta)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x4001773")]
25 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
26 public readonly global::System.DateTime Start;
27
28 [global::Cpp2ILInjected.Token(Token = "0x4001774")]
29 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8")]
30 public readonly global::System.DateTime End;
31
32 [global::Cpp2ILInjected.Token(Token = "0x4001775")]
33 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
34 public readonly global::System.TimeSpan Delta;
35 }
36}
class f__AnonymousType0<< Count > j__TPar
DateTime(long ticks)
Definition DateTime.cs:113
readonly global::System.DateTime Start
readonly global::System.TimeSpan Delta
DaylightTimeStruct(global::System.DateTime start, global::System.DateTime end, global::System.TimeSpan delta)
readonly global::System.DateTime End