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
SettingsProperty.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000457 RID: 1111
6
public
class
SettingsProperty
7
{
8
// Token: 0x06001E22 RID: 7714 RVA: 0x00050574 File Offset: 0x0004E774
9
public
SettingsProperty
(
SettingsProperty
propertyToCopy
)
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x06001E23 RID: 7715 RVA: 0x00050588 File Offset: 0x0004E788
15
public
SettingsProperty
(
string
name
)
16
{
17
throw
new
NotSupportedException
();
18
}
19
20
// Token: 0x06001E24 RID: 7716 RVA: 0x0005059C File Offset: 0x0004E79C
21
public
SettingsProperty
(
string
name
,
Type
propertyType,
SettingsProvider
provider,
bool
isReadOnly,
object
defaultValue,
SettingsSerializeAs
serializeAs
,
SettingsAttributeDictionary
attributes,
bool
throwOnErrorDeserializing
,
bool
throwOnErrorSerializing
)
22
{
23
throw
new
NotSupportedException
();
24
}
25
26
// Token: 0x170006C9 RID: 1737
27
// (get) Token: 0x06001E25 RID: 7717 RVA: 0x000505B0 File Offset: 0x0004E7B0
28
public
virtual
SettingsAttributeDictionary
Attributes
29
{
30
get
31
{
32
throw
new
NotSupportedException
();
33
}
34
}
35
36
// Token: 0x170006CA RID: 1738
37
// (get) Token: 0x06001E26 RID: 7718 RVA: 0x000505C4 File Offset: 0x0004E7C4
38
// (set) Token: 0x06001E27 RID: 7719 RVA: 0x000505D8 File Offset: 0x0004E7D8
39
public
virtual
object
DefaultValue
40
{
41
get
42
{
43
throw
new
NotSupportedException
();
44
}
45
set
46
{
47
throw
new
NotSupportedException
();
48
}
49
}
50
51
// Token: 0x170006CB RID: 1739
52
// (get) Token: 0x06001E28 RID: 7720 RVA: 0x000505EC File Offset: 0x0004E7EC
53
// (set) Token: 0x06001E29 RID: 7721 RVA: 0x00050600 File Offset: 0x0004E800
54
public
virtual
bool
IsReadOnly
55
{
56
get
57
{
58
throw
new
NotSupportedException
();
59
}
60
set
61
{
62
throw
new
NotSupportedException
();
63
}
64
}
65
66
// Token: 0x170006CC RID: 1740
67
// (get) Token: 0x06001E2A RID: 7722 RVA: 0x00050614 File Offset: 0x0004E814
68
// (set) Token: 0x06001E2B RID: 7723 RVA: 0x00050628 File Offset: 0x0004E828
69
public
virtual
string
Name
70
{
71
get
72
{
73
throw
new
NotSupportedException
();
74
}
75
set
76
{
77
throw
new
NotSupportedException
();
78
}
79
}
80
81
// Token: 0x170006CD RID: 1741
82
// (get) Token: 0x06001E2C RID: 7724 RVA: 0x0005063C File Offset: 0x0004E83C
83
// (set) Token: 0x06001E2D RID: 7725 RVA: 0x00050650 File Offset: 0x0004E850
84
public
virtual
Type
PropertyType
85
{
86
get
87
{
88
throw
new
NotSupportedException
();
89
}
90
set
91
{
92
throw
new
NotSupportedException
();
93
}
94
}
95
96
// Token: 0x170006CE RID: 1742
97
// (get) Token: 0x06001E2E RID: 7726 RVA: 0x00050664 File Offset: 0x0004E864
98
// (set) Token: 0x06001E2F RID: 7727 RVA: 0x00050678 File Offset: 0x0004E878
99
public
virtual
SettingsProvider
Provider
100
{
101
get
102
{
103
throw
new
NotSupportedException
();
104
}
105
set
106
{
107
throw
new
NotSupportedException
();
108
}
109
}
110
111
// Token: 0x170006CF RID: 1743
112
// (get) Token: 0x06001E30 RID: 7728 RVA: 0x0005068C File Offset: 0x0004E88C
113
// (set) Token: 0x06001E31 RID: 7729 RVA: 0x000506A0 File Offset: 0x0004E8A0
114
public
virtual
SettingsSerializeAs
SerializeAs
115
{
116
get
117
{
118
throw
new
NotSupportedException
();
119
}
120
set
121
{
122
throw
new
NotSupportedException
();
123
}
124
}
125
126
// Token: 0x170006D0 RID: 1744
127
// (get) Token: 0x06001E32 RID: 7730 RVA: 0x000506B4 File Offset: 0x0004E8B4
128
// (set) Token: 0x06001E33 RID: 7731 RVA: 0x000506C8 File Offset: 0x0004E8C8
129
public
bool
ThrowOnErrorDeserializing
130
{
131
get
132
{
133
throw
new
NotSupportedException
();
134
}
135
set
136
{
137
throw
new
NotSupportedException
();
138
}
139
}
140
141
// Token: 0x170006D1 RID: 1745
142
// (get) Token: 0x06001E34 RID: 7732 RVA: 0x000506DC File Offset: 0x0004E8DC
143
// (set) Token: 0x06001E35 RID: 7733 RVA: 0x000506F0 File Offset: 0x0004E8F0
144
public
bool
ThrowOnErrorSerializing
145
{
146
get
147
{
148
throw
new
NotSupportedException
();
149
}
150
set
151
{
152
throw
new
NotSupportedException
();
153
}
154
}
155
}
156
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.SettingsAttributeDictionary
Definition
SettingsAttributeDictionary.cs:9
System.Configuration.SettingsProperty.SerializeAs
virtual SettingsSerializeAs SerializeAs
Definition
SettingsProperty.cs:115
System.Configuration.SettingsProperty.Name
virtual string Name
Definition
SettingsProperty.cs:70
System.Configuration.SettingsProperty.IsReadOnly
virtual bool IsReadOnly
Definition
SettingsProperty.cs:55
System.Configuration.SettingsProperty.ThrowOnErrorDeserializing
bool ThrowOnErrorDeserializing
Definition
SettingsProperty.cs:130
System.Configuration.SettingsProperty.SettingsProperty
SettingsProperty(SettingsProperty propertyToCopy)
Definition
SettingsProperty.cs:9
System.Configuration.SettingsProperty.DefaultValue
virtual object DefaultValue
Definition
SettingsProperty.cs:40
System.Configuration.SettingsProperty.Attributes
virtual SettingsAttributeDictionary Attributes
Definition
SettingsProperty.cs:29
System.Configuration.SettingsProperty.PropertyType
virtual Type PropertyType
Definition
SettingsProperty.cs:85
System.Configuration.SettingsProperty.ThrowOnErrorSerializing
bool ThrowOnErrorSerializing
Definition
SettingsProperty.cs:145
System.Configuration.SettingsProperty.SettingsProperty
SettingsProperty(string name, Type propertyType, SettingsProvider provider, bool isReadOnly, object defaultValue, SettingsSerializeAs serializeAs, SettingsAttributeDictionary attributes, bool throwOnErrorDeserializing, bool throwOnErrorSerializing)
Definition
SettingsProperty.cs:21
System.Configuration.SettingsProperty.SettingsProperty
SettingsProperty(string name)
Definition
SettingsProperty.cs:15
System.Configuration.SettingsProperty
Definition
SettingsProperty.cs:7
System.Configuration.SettingsProvider
Definition
SettingsProvider.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration.SettingsSerializeAs
SettingsSerializeAs
Definition
SettingsSerializeAs.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.name
@ name
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsProperty.cs
Generated by
1.10.0