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.
1
using
System
;
2
using
System.Collections.Specialized
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x0200049E RID: 1182
7
public
class
LocalFileSettingsProvider
:
SettingsProvider
,
IApplicationSettingsProvider
8
{
9
// Token: 0x06001FF4 RID: 8180 RVA: 0x00052878 File Offset: 0x00050A78
10
public
LocalFileSettingsProvider
()
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
31
public
SettingsPropertyValue
GetPreviousVersion
(
SettingsContext
context,
SettingsProperty
property
)
32
{
33
throw
new
NotSupportedException
();
34
}
35
36
// Token: 0x06001FF8 RID: 8184 RVA: 0x000528C8 File Offset: 0x00050AC8
37
public
override
SettingsPropertyValueCollection
GetPropertyValues
(
SettingsContext
context,
SettingsPropertyCollection
properties)
38
{
39
throw
new
NotSupportedException
();
40
}
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
55
public
override
void
SetPropertyValues
(
SettingsContext
context,
SettingsPropertyValueCollection
values
)
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.LocalFileSettingsProvider.GetPropertyValues
override SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection properties)
Definition
LocalFileSettingsProvider.cs:37
System.Configuration.LocalFileSettingsProvider.Upgrade
void Upgrade(SettingsContext context, SettingsPropertyCollection properties)
Definition
LocalFileSettingsProvider.cs:61
System.Configuration.LocalFileSettingsProvider.Reset
void Reset(SettingsContext context)
Definition
LocalFileSettingsProvider.cs:49
System.Configuration.LocalFileSettingsProvider.ApplicationName
override string ApplicationName
Definition
LocalFileSettingsProvider.cs:19
System.Configuration.LocalFileSettingsProvider.SetPropertyValues
override void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection values)
Definition
LocalFileSettingsProvider.cs:55
System.Configuration.LocalFileSettingsProvider.Initialize
override void Initialize(string name, global::System.Collections.Specialized.NameValueCollection values)
Definition
LocalFileSettingsProvider.cs:43
System.Configuration.LocalFileSettingsProvider.GetPreviousVersion
SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property)
Definition
LocalFileSettingsProvider.cs:31
System.Configuration.LocalFileSettingsProvider.LocalFileSettingsProvider
LocalFileSettingsProvider()
Definition
LocalFileSettingsProvider.cs:10
System.Configuration.LocalFileSettingsProvider
Definition
LocalFileSettingsProvider.cs:8
System.Configuration.SettingsContext
Definition
SettingsContext.cs:9
System.Configuration.SettingsPropertyCollection
Definition
SettingsPropertyCollection.cs:8
System.Configuration.SettingsPropertyValueCollection
Definition
SettingsPropertyValueCollection.cs:8
System.Configuration.SettingsPropertyValue
Definition
SettingsPropertyValue.cs:7
System.Configuration.SettingsProperty
Definition
SettingsProperty.cs:7
System.Configuration.SettingsProvider
Definition
SettingsProvider.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.IApplicationSettingsProvider
Definition
IApplicationSettingsProvider.cs:7
System.Collections.Specialized
Definition
BitVector32.cs:5
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.name
@ name
System.ExceptionArgument.values
@ values
System
Definition
__ComObject.cs:4
source
System
Configuration
LocalFileSettingsProvider.cs
Generated by
1.10.0