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
SettingsPropertyValue.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x0200045A RID: 1114
6
public
class
SettingsPropertyValue
7
{
8
// Token: 0x06001E47 RID: 7751 RVA: 0x00050808 File Offset: 0x0004EA08
9
public
SettingsPropertyValue
(
SettingsProperty
property
)
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x170006D7 RID: 1751
15
// (get) Token: 0x06001E48 RID: 7752 RVA: 0x0005081C File Offset: 0x0004EA1C
16
// (set) Token: 0x06001E49 RID: 7753 RVA: 0x00050830 File Offset: 0x0004EA30
17
public
bool
Deserialized
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
set
24
{
25
throw
new
NotSupportedException
();
26
}
27
}
28
29
// Token: 0x170006D8 RID: 1752
30
// (get) Token: 0x06001E4A RID: 7754 RVA: 0x00050844 File Offset: 0x0004EA44
31
// (set) Token: 0x06001E4B RID: 7755 RVA: 0x00050858 File Offset: 0x0004EA58
32
public
bool
IsDirty
33
{
34
get
35
{
36
throw
new
NotSupportedException
();
37
}
38
set
39
{
40
throw
new
NotSupportedException
();
41
}
42
}
43
44
// Token: 0x170006D9 RID: 1753
45
// (get) Token: 0x06001E4C RID: 7756 RVA: 0x0005086C File Offset: 0x0004EA6C
46
public
string
Name
47
{
48
get
49
{
50
throw
new
NotSupportedException
();
51
}
52
}
53
54
// Token: 0x170006DA RID: 1754
55
// (get) Token: 0x06001E4D RID: 7757 RVA: 0x00050880 File Offset: 0x0004EA80
56
public
SettingsProperty
Property
57
{
58
get
59
{
60
throw
new
NotSupportedException
();
61
}
62
}
63
64
// Token: 0x170006DB RID: 1755
65
// (get) Token: 0x06001E4E RID: 7758 RVA: 0x00050894 File Offset: 0x0004EA94
66
// (set) Token: 0x06001E4F RID: 7759 RVA: 0x000508A8 File Offset: 0x0004EAA8
67
public
object
PropertyValue
68
{
69
get
70
{
71
throw
new
NotSupportedException
();
72
}
73
set
74
{
75
throw
new
NotSupportedException
();
76
}
77
}
78
79
// Token: 0x170006DC RID: 1756
80
// (get) Token: 0x06001E50 RID: 7760 RVA: 0x000508BC File Offset: 0x0004EABC
81
// (set) Token: 0x06001E51 RID: 7761 RVA: 0x000508D0 File Offset: 0x0004EAD0
82
public
object
SerializedValue
83
{
84
get
85
{
86
throw
new
NotSupportedException
();
87
}
88
set
89
{
90
throw
new
NotSupportedException
();
91
}
92
}
93
94
// Token: 0x170006DD RID: 1757
95
// (get) Token: 0x06001E52 RID: 7762 RVA: 0x000508E4 File Offset: 0x0004EAE4
96
public
bool
UsingDefaultValue
97
{
98
get
99
{
100
throw
new
NotSupportedException
();
101
}
102
}
103
}
104
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.SettingsPropertyValue.Deserialized
bool Deserialized
Definition
SettingsPropertyValue.cs:18
System.Configuration.SettingsPropertyValue.SerializedValue
object SerializedValue
Definition
SettingsPropertyValue.cs:83
System.Configuration.SettingsPropertyValue.Name
string Name
Definition
SettingsPropertyValue.cs:47
System.Configuration.SettingsPropertyValue.UsingDefaultValue
bool UsingDefaultValue
Definition
SettingsPropertyValue.cs:97
System.Configuration.SettingsPropertyValue.PropertyValue
object PropertyValue
Definition
SettingsPropertyValue.cs:68
System.Configuration.SettingsPropertyValue.SettingsPropertyValue
SettingsPropertyValue(SettingsProperty property)
Definition
SettingsPropertyValue.cs:9
System.Configuration.SettingsPropertyValue.IsDirty
bool IsDirty
Definition
SettingsPropertyValue.cs:33
System.Configuration.SettingsPropertyValue.Property
SettingsProperty Property
Definition
SettingsPropertyValue.cs:57
System.Configuration.SettingsPropertyValue
Definition
SettingsPropertyValue.cs:7
System.Configuration.SettingsProperty
Definition
SettingsProperty.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsPropertyValue.cs
Generated by
1.10.0