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

◆ scheduler

Timer.Scheduler System.Threading.Timer.scheduler
staticgetsetprivate

Definition at line 19 of file Timer.cs.

20 {
21 [global::Cpp2ILInjected.Token(Token = "0x60012B0")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1CA2364", Offset = "0x1CA2364", Length = "0x88")]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Timer), Member = "Dispose", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Timer), Member = "Change", MemberParameters = new object[]
25 {
26 typeof(long),
27 typeof(long),
28 typeof(bool)
29 }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
32 get
33 {
34 throw null;
35 }
36 }
class f__AnonymousType0<< Count > j__TPar
Timer(TimerCallback callback, object state, int dueTime, int period)
Definition Timer.cs:50