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
SettingChangingEventHandler.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000489 RID: 1161
7 {
8 // Token: 0x06001F9C RID: 8092 RVA: 0x00052264 File Offset: 0x00050464
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x06001F9D RID: 8093 RVA: 0x00052278 File Offset: 0x00050478
15 public void Invoke(object sender, SettingChangingEventArgs e)
16 {
17 throw new NotSupportedException();
18 }
19
20 // Token: 0x06001F9E RID: 8094 RVA: 0x0005228C File Offset: 0x0005048C
21 public IAsyncResult BeginInvoke(object sender, SettingChangingEventArgs e, AsyncCallback callback, object @object)
22 {
23 throw new NotSupportedException();
24 }
25
26 // Token: 0x06001F9F RID: 8095 RVA: 0x000522A0 File Offset: 0x000504A0
27 public void EndInvoke(IAsyncResult result)
28 {
29 throw new NotSupportedException();
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
IAsyncResult BeginInvoke(object sender, SettingChangingEventArgs e, AsyncCallback callback, object @object)
void Invoke(object sender, SettingChangingEventArgs e)