terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
SettingsSavingEventHandler.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200048D RID: 1165
8 {
9 // Token: 0x06001FAB RID: 8107 RVA: 0x00052390 File Offset: 0x00050590
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x06001FAC RID: 8108 RVA: 0x000523A4 File Offset: 0x000505A4
16 public void Invoke(object sender, global::System.ComponentModel.CancelEventArgs e)
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x06001FAD RID: 8109 RVA: 0x000523B8 File Offset: 0x000505B8
22 public IAsyncResult BeginInvoke(object sender, global::System.ComponentModel.CancelEventArgs e, AsyncCallback callback, object @object)
23 {
24 throw new NotSupportedException();
25 }
26
27 // Token: 0x06001FAE RID: 8110 RVA: 0x000523CC File Offset: 0x000505CC
28 public void EndInvoke(IAsyncResult result)
29 {
30 throw new NotSupportedException();
31 }
32 }
33}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, global::System.ComponentModel.CancelEventArgs e)
IAsyncResult BeginInvoke(object sender, global::System.ComponentModel.CancelEventArgs e, AsyncCallback callback, object @object)