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
SettingsBase.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000454 RID: 1108
6 public abstract class SettingsBase
7 {
8 // Token: 0x06001E04 RID: 7684 RVA: 0x0005031C File Offset: 0x0004E51C
9 protected SettingsBase()
10 {
11 throw new NotSupportedException();
12 }
13
14 // Token: 0x170006BF RID: 1727
15 // (get) Token: 0x06001E05 RID: 7685 RVA: 0x00050330 File Offset: 0x0004E530
16 public virtual SettingsContext Context
17 {
18 get
19 {
20 throw new NotSupportedException();
21 }
22 }
23
24 // Token: 0x170006C0 RID: 1728
25 // (get) Token: 0x06001E06 RID: 7686 RVA: 0x00050344 File Offset: 0x0004E544
26 public bool IsSynchronized
27 {
28 get
29 {
30 throw new NotSupportedException();
31 }
32 }
33
34 // Token: 0x170006C1 RID: 1729
35 public virtual object this[string propertyName]
36 {
37 get
38 {
39 throw new NotSupportedException();
40 }
41 set
42 {
43 throw new NotSupportedException();
44 }
45 }
46
47 // Token: 0x170006C2 RID: 1730
48 // (get) Token: 0x06001E09 RID: 7689 RVA: 0x00050380 File Offset: 0x0004E580
50 {
51 get
52 {
53 throw new NotSupportedException();
54 }
55 }
56
57 // Token: 0x170006C3 RID: 1731
58 // (get) Token: 0x06001E0A RID: 7690 RVA: 0x00050394 File Offset: 0x0004E594
60 {
61 get
62 {
63 throw new NotSupportedException();
64 }
65 }
66
67 // Token: 0x170006C4 RID: 1732
68 // (get) Token: 0x06001E0B RID: 7691 RVA: 0x000503A8 File Offset: 0x0004E5A8
70 {
71 get
72 {
73 throw new NotSupportedException();
74 }
75 }
76
77 // Token: 0x06001E0C RID: 7692 RVA: 0x000503BC File Offset: 0x0004E5BC
82
83 // Token: 0x06001E0D RID: 7693 RVA: 0x000503D0 File Offset: 0x0004E5D0
84 public virtual void Save()
85 {
86 throw new NotSupportedException();
87 }
88
89 // Token: 0x06001E0E RID: 7694 RVA: 0x000503E4 File Offset: 0x0004E5E4
94 }
95}
class f__AnonymousType0<< Count > j__TPar
void Initialize(SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers)
virtual SettingsPropertyCollection Properties
virtual SettingsProviderCollection Providers
static SettingsBase Synchronized(SettingsBase settingsBase)
virtual SettingsContext Context
virtual SettingsPropertyValueCollection PropertyValues