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
SettingChangingEventArgs.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200048A RID: 1162
7 public class SettingChangingEventArgs : global::System.ComponentModel.CancelEventArgs
8 {
9 // Token: 0x06001FA0 RID: 8096 RVA: 0x000522B4 File Offset: 0x000504B4
10 public SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x17000760 RID: 1888
16 // (get) Token: 0x06001FA1 RID: 8097 RVA: 0x000522C8 File Offset: 0x000504C8
17 public object NewValue
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x17000761 RID: 1889
26 // (get) Token: 0x06001FA2 RID: 8098 RVA: 0x000522DC File Offset: 0x000504DC
27 public string SettingClass
28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }
34
35 // Token: 0x17000762 RID: 1890
36 // (get) Token: 0x06001FA3 RID: 8099 RVA: 0x000522F0 File Offset: 0x000504F0
37 public string SettingKey
38 {
39 get
40 {
41 throw new NotSupportedException();
42 }
43 }
44
45 // Token: 0x17000763 RID: 1891
46 // (get) Token: 0x06001FA4 RID: 8100 RVA: 0x00052304 File Offset: 0x00050504
47 public string SettingName
48 {
49 get
50 {
51 throw new NotSupportedException();
52 }
53 }
54 }
55}
class f__AnonymousType0<< Count > j__TPar
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)