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
SettingsLoadedEventHandler.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x200048B")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001FA5")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E9C3F0", Offset = "0x1E9C3F0", Length = "0x38")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
14 public SettingsLoadedEventHandler(object @object, IntPtr method)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6001FA6")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1E9C428", Offset = "0x1E9C428", Length = "0x38")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
23 public void Invoke(object sender, SettingsLoadedEventArgs e)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6001FA7")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1E9C460", Offset = "0x1E9C460", Length = "0x38")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
32 public IAsyncResult BeginInvoke(object sender, SettingsLoadedEventArgs e, AsyncCallback callback, object @object)
33 {
34 throw null;
35 }
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001FA8")]
38 [global::Cpp2ILInjected.Address(RVA = "0x1E9C498", Offset = "0x1E9C498", Length = "0x38")]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
41 public void EndInvoke(IAsyncResult result)
42 {
43 throw null;
44 }
45 }
46}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, SettingsLoadedEventArgs e)
IAsyncResult BeginInvoke(object sender, SettingsLoadedEventArgs e, AsyncCallback callback, object @object)