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
LocalFileSettingsProvider.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x0200049E RID: 1182
8 {
9 // Token: 0x06001FF4 RID: 8180 RVA: 0x00052878 File Offset: 0x00050A78
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x1700077B RID: 1915
16 // (get) Token: 0x06001FF5 RID: 8181 RVA: 0x0005288C File Offset: 0x00050A8C
17 // (set) Token: 0x06001FF6 RID: 8182 RVA: 0x000528A0 File Offset: 0x00050AA0
18 public override string ApplicationName
19 {
20 get
21 {
22 throw new NotSupportedException();
23 }
24 set
25 {
26 throw new NotSupportedException();
27 }
28 }
29
30 // Token: 0x06001FF7 RID: 8183 RVA: 0x000528B4 File Offset: 0x00050AB4
35
36 // Token: 0x06001FF8 RID: 8184 RVA: 0x000528C8 File Offset: 0x00050AC8
41
42 // Token: 0x06001FF9 RID: 8185 RVA: 0x000528DC File Offset: 0x00050ADC
43 public override void Initialize(string name, global::System.Collections.Specialized.NameValueCollection values)
44 {
45 throw new NotSupportedException();
46 }
47
48 // Token: 0x06001FFA RID: 8186 RVA: 0x000528F0 File Offset: 0x00050AF0
49 public void Reset(SettingsContext context)
50 {
51 throw new NotSupportedException();
52 }
53
54 // Token: 0x06001FFB RID: 8187 RVA: 0x00052904 File Offset: 0x00050B04
56 {
57 throw new NotSupportedException();
58 }
59
60 // Token: 0x06001FFC RID: 8188 RVA: 0x00052918 File Offset: 0x00050B18
61 public void Upgrade(SettingsContext context, SettingsPropertyCollection properties)
62 {
63 throw new NotSupportedException();
64 }
65 }
66}
class f__AnonymousType0<< Count > j__TPar
override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
void Upgrade(SettingsContext context, SettingsPropertyCollection properties)
override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
override void Initialize(string name, global::System.Collections.Specialized.NameValueCollection values)
SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property)