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
ApplicationSettingsBase.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000488 RID: 1160
7 public abstract class ApplicationSettingsBase : SettingsBase, global::System.ComponentModel.INotifyPropertyChanged
8 {
9 // Token: 0x06001F7F RID: 8063 RVA: 0x00052020 File Offset: 0x00050220
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x06001F80 RID: 8064 RVA: 0x00052034 File Offset: 0x00050234
16 protected ApplicationSettingsBase(global::System.ComponentModel.IComponent owner)
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x06001F81 RID: 8065 RVA: 0x00052048 File Offset: 0x00050248
22 protected ApplicationSettingsBase(global::System.ComponentModel.IComponent owner, string settingsKey)
23 {
24 throw new NotSupportedException();
25 }
26
27 // Token: 0x06001F82 RID: 8066 RVA: 0x0005205C File Offset: 0x0005025C
29 {
30 throw new NotSupportedException();
31 }
32
33 // Token: 0x1700075A RID: 1882
34 // (get) Token: 0x06001F83 RID: 8067 RVA: 0x00052070 File Offset: 0x00050270
35 public override SettingsContext Context
36 {
37 get
38 {
39 throw new NotSupportedException();
40 }
41 }
42
43 // Token: 0x1700075B RID: 1883
44 public override object this[string propertyName]
45 {
46 get
47 {
48 throw new NotSupportedException();
49 }
50 set
51 {
52 throw new NotSupportedException();
53 }
54 }
55
56 // Token: 0x1700075C RID: 1884
57 // (get) Token: 0x06001F86 RID: 8070 RVA: 0x000520AC File Offset: 0x000502AC
59 {
60 get
61 {
62 throw new NotSupportedException();
63 }
64 }
65
66 // Token: 0x1700075D RID: 1885
67 // (get) Token: 0x06001F87 RID: 8071 RVA: 0x000520C0 File Offset: 0x000502C0
69 {
70 get
71 {
72 throw new NotSupportedException();
73 }
74 }
75
76 // Token: 0x1700075E RID: 1886
77 // (get) Token: 0x06001F88 RID: 8072 RVA: 0x000520D4 File Offset: 0x000502D4
79 {
80 get
81 {
82 throw new NotSupportedException();
83 }
84 }
85
86 // Token: 0x1700075F RID: 1887
87 // (get) Token: 0x06001F89 RID: 8073 RVA: 0x000520E8 File Offset: 0x000502E8
88 // (set) Token: 0x06001F8A RID: 8074 RVA: 0x000520FC File Offset: 0x000502FC
89 public string SettingsKey
90 {
91 get
92 {
93 throw new NotSupportedException();
94 }
95 set
96 {
97 throw new NotSupportedException();
98 }
99 }
100
101 // Token: 0x1400001C RID: 28
102 // (add) Token: 0x06001F8B RID: 8075 RVA: 0x00052110 File Offset: 0x00050310
103 // (remove) Token: 0x06001F8C RID: 8076 RVA: 0x00052124 File Offset: 0x00050324
104 public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged
105 {
106 add
107 {
108 throw new NotSupportedException();
109 }
110 remove
111 {
112 throw new NotSupportedException();
113 }
114 }
115
116 // Token: 0x1400001D RID: 29
117 // (add) Token: 0x06001F8D RID: 8077 RVA: 0x00052138 File Offset: 0x00050338
118 // (remove) Token: 0x06001F8E RID: 8078 RVA: 0x0005214C File Offset: 0x0005034C
120 {
121 add
122 {
123 throw new NotSupportedException();
124 }
125 remove
126 {
127 throw new NotSupportedException();
128 }
129 }
130
131 // Token: 0x1400001E RID: 30
132 // (add) Token: 0x06001F8F RID: 8079 RVA: 0x00052160 File Offset: 0x00050360
133 // (remove) Token: 0x06001F90 RID: 8080 RVA: 0x00052174 File Offset: 0x00050374
135 {
136 add
137 {
138 throw new NotSupportedException();
139 }
140 remove
141 {
142 throw new NotSupportedException();
143 }
144 }
145
146 // Token: 0x1400001F RID: 31
147 // (add) Token: 0x06001F91 RID: 8081 RVA: 0x00052188 File Offset: 0x00050388
148 // (remove) Token: 0x06001F92 RID: 8082 RVA: 0x0005219C File Offset: 0x0005039C
150 {
151 add
152 {
153 throw new NotSupportedException();
154 }
155 remove
156 {
157 throw new NotSupportedException();
158 }
159 }
160
161 // Token: 0x06001F93 RID: 8083 RVA: 0x000521B0 File Offset: 0x000503B0
162 public object GetPreviousVersion(string propertyName)
163 {
164 throw new NotSupportedException();
165 }
166
167 // Token: 0x06001F94 RID: 8084 RVA: 0x000521C4 File Offset: 0x000503C4
168 protected virtual void OnPropertyChanged(object sender, global::System.ComponentModel.PropertyChangedEventArgs e)
169 {
170 throw new NotSupportedException();
171 }
172
173 // Token: 0x06001F95 RID: 8085 RVA: 0x000521D8 File Offset: 0x000503D8
174 protected virtual void OnSettingChanging(object sender, SettingChangingEventArgs e)
175 {
176 throw new NotSupportedException();
177 }
178
179 // Token: 0x06001F96 RID: 8086 RVA: 0x000521EC File Offset: 0x000503EC
180 protected virtual void OnSettingsLoaded(object sender, SettingsLoadedEventArgs e)
181 {
182 throw new NotSupportedException();
183 }
184
185 // Token: 0x06001F97 RID: 8087 RVA: 0x00052200 File Offset: 0x00050400
186 protected virtual void OnSettingsSaving(object sender, global::System.ComponentModel.CancelEventArgs e)
187 {
188 throw new NotSupportedException();
189 }
190
191 // Token: 0x06001F98 RID: 8088 RVA: 0x00052214 File Offset: 0x00050414
192 public void Reload()
193 {
194 throw new NotSupportedException();
195 }
196
197 // Token: 0x06001F99 RID: 8089 RVA: 0x00052228 File Offset: 0x00050428
198 public void Reset()
199 {
200 throw new NotSupportedException();
201 }
202
203 // Token: 0x06001F9A RID: 8090 RVA: 0x0005223C File Offset: 0x0005043C
204 public override void Save()
205 {
206 throw new NotSupportedException();
207 }
208
209 // Token: 0x06001F9B RID: 8091 RVA: 0x00052250 File Offset: 0x00050450
210 public virtual void Upgrade()
211 {
212 throw new NotSupportedException();
213 }
214 }
215}
class f__AnonymousType0<< Count > j__TPar
global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged
override SettingsPropertyCollection Properties
virtual void OnSettingsLoaded(object sender, SettingsLoadedEventArgs e)
ApplicationSettingsBase(global::System.ComponentModel.IComponent owner, string settingsKey)
ApplicationSettingsBase(global::System.ComponentModel.IComponent owner)
virtual void OnPropertyChanged(object sender, global::System.ComponentModel.PropertyChangedEventArgs e)
override SettingsProviderCollection Providers
virtual void OnSettingsSaving(object sender, global::System.ComponentModel.CancelEventArgs e)
override SettingsPropertyValueCollection PropertyValues
virtual void OnSettingChanging(object sender, SettingChangingEventArgs e)