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.
1
using
System
;
2
3
namespace
System.Configuration
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
49
public
virtual
SettingsPropertyCollection
Properties
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
59
public
virtual
SettingsPropertyValueCollection
PropertyValues
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
69
public
virtual
SettingsProviderCollection
Providers
70
{
71
get
72
{
73
throw
new
NotSupportedException
();
74
}
75
}
76
77
// Token: 0x06001E0C RID: 7692 RVA: 0x000503BC File Offset: 0x0004E5BC
78
public
void
Initialize
(
SettingsContext
context,
SettingsPropertyCollection
properties,
SettingsProviderCollection
providers
)
79
{
80
throw
new
NotSupportedException
();
81
}
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
90
public
static
SettingsBase
Synchronized
(
SettingsBase
settingsBase
)
91
{
92
throw
new
NotSupportedException
();
93
}
94
}
95
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.SettingsBase.IsSynchronized
bool IsSynchronized
Definition
SettingsBase.cs:27
System.Configuration.SettingsBase.Initialize
void Initialize(SettingsContext context, SettingsPropertyCollection properties, SettingsProviderCollection providers)
Definition
SettingsBase.cs:78
System.Configuration.SettingsBase.Properties
virtual SettingsPropertyCollection Properties
Definition
SettingsBase.cs:50
System.Configuration.SettingsBase.Providers
virtual SettingsProviderCollection Providers
Definition
SettingsBase.cs:70
System.Configuration.SettingsBase.SettingsBase
SettingsBase()
Definition
SettingsBase.cs:9
System.Configuration.SettingsBase.Save
virtual void Save()
Definition
SettingsBase.cs:84
System.Configuration.SettingsBase.Synchronized
static SettingsBase Synchronized(SettingsBase settingsBase)
Definition
SettingsBase.cs:90
System.Configuration.SettingsBase.Context
virtual SettingsContext Context
Definition
SettingsBase.cs:17
System.Configuration.SettingsBase.PropertyValues
virtual SettingsPropertyValueCollection PropertyValues
Definition
SettingsBase.cs:60
System.Configuration.SettingsBase
Definition
SettingsBase.cs:7
System.Configuration.SettingsContext
Definition
SettingsContext.cs:9
System.Configuration.SettingsPropertyCollection
Definition
SettingsPropertyCollection.cs:8
System.Configuration.SettingsPropertyValueCollection
Definition
SettingsPropertyValueCollection.cs:8
System.Configuration.SettingsProviderCollection
Definition
SettingsProviderCollection.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsBase.cs
Generated by
1.10.0