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
SettingsSavingEventHandler.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200048D")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001FAB")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E9C540", Offset = "0x1E9C540", Length = "0x38")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
15 public SettingsSavingEventHandler(object @object, IntPtr method)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x6001FAC")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1E9C578", Offset = "0x1E9C578", Length = "0x38")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 public void Invoke(object sender, CancelEventArgs e)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001FAD")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1E9C5B0", Offset = "0x1E9C5B0", Length = "0x38")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
33 public IAsyncResult BeginInvoke(object sender, CancelEventArgs e, AsyncCallback callback, object @object)
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6001FAE")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1E9C5E8", Offset = "0x1E9C5E8", Length = "0x38")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 public void EndInvoke(IAsyncResult result)
43 {
44 throw null;
45 }
46 }
47}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(object sender, CancelEventArgs e, AsyncCallback callback, object @object)