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
ConfigurationElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Reflection
;
3
using
System.Xml
;
4
5
namespace
System.Configuration
6
{
7
// Token: 0x02000003 RID: 3
8
[
DefaultMember
(
"Item"
)]
9
public
abstract
class
ConfigurationElement
10
{
11
// Token: 0x17000001 RID: 1
12
// (get) Token: 0x06000002 RID: 2 RVA: 0x00002064 File Offset: 0x00000264
13
protected
internal
virtual
ConfigurationPropertyCollection
Properties
14
{
15
get
16
{
17
throw
new
NotSupportedException
();
18
}
19
}
20
21
// Token: 0x06000003 RID: 3 RVA: 0x00002078 File Offset: 0x00000278
22
protected
internal
virtual
void
DeserializeElement
(
XmlReader
reader,
bool
serializeCollectionKey
)
23
{
24
throw
new
NotSupportedException
();
25
}
26
27
// Token: 0x06000004 RID: 4 RVA: 0x0000208C File Offset: 0x0000028C
28
protected
internal
virtual
void
InitializeDefault
()
29
{
30
throw
new
NotSupportedException
();
31
}
32
33
// Token: 0x06000005 RID: 5 RVA: 0x000020A0 File Offset: 0x000002A0
34
protected
internal
virtual
bool
IsModified
()
35
{
36
throw
new
NotSupportedException
();
37
}
38
39
// Token: 0x06000006 RID: 6 RVA: 0x000020B4 File Offset: 0x000002B4
40
protected
virtual
void
PostDeserialize
()
41
{
42
throw
new
NotSupportedException
();
43
}
44
45
// Token: 0x06000007 RID: 7 RVA: 0x000020C8 File Offset: 0x000002C8
46
protected
internal
virtual
void
Reset
(
ConfigurationElement
parentElement
)
47
{
48
throw
new
NotSupportedException
();
49
}
50
51
// Token: 0x06000008 RID: 8 RVA: 0x000020DC File Offset: 0x000002DC
52
protected
internal
virtual
void
ResetModified
()
53
{
54
throw
new
NotSupportedException
();
55
}
56
57
// Token: 0x06000009 RID: 9 RVA: 0x000020F0 File Offset: 0x000002F0
58
protected
internal
virtual
bool
SerializeToXmlElement
(
XmlWriter
writer,
string
elementName)
59
{
60
throw
new
NotSupportedException
();
61
}
62
63
// Token: 0x0600000A RID: 10 RVA: 0x00002104 File Offset: 0x00000304
64
protected
internal
virtual
void
Unmerge
(
ConfigurationElement
sourceElement
,
ConfigurationElement
parentElement
,
ConfigurationSaveMode
saveMode
)
65
{
66
throw
new
NotSupportedException
();
67
}
68
}
69
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigurationElement.DeserializeElement
virtual void DeserializeElement(XmlReader reader, bool serializeCollectionKey)
Definition
ConfigurationElement.cs:22
System.Configuration.ConfigurationElement.Unmerge
virtual void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode)
Definition
ConfigurationElement.cs:64
System.Configuration.ConfigurationElement.SerializeToXmlElement
virtual bool SerializeToXmlElement(XmlWriter writer, string elementName)
Definition
ConfigurationElement.cs:58
System.Configuration.ConfigurationElement.ResetModified
virtual void ResetModified()
Definition
ConfigurationElement.cs:52
System.Configuration.ConfigurationElement.PostDeserialize
virtual void PostDeserialize()
Definition
ConfigurationElement.cs:40
System.Configuration.ConfigurationElement.Properties
virtual ConfigurationPropertyCollection Properties
Definition
ConfigurationElement.cs:14
System.Configuration.ConfigurationElement.InitializeDefault
virtual void InitializeDefault()
Definition
ConfigurationElement.cs:28
System.Configuration.ConfigurationElement.Reset
virtual void Reset(ConfigurationElement parentElement)
Definition
ConfigurationElement.cs:46
System.Configuration.ConfigurationElement.IsModified
virtual bool IsModified()
Definition
ConfigurationElement.cs:34
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlReader
Definition
XmlReader.cs:15
System.Xml.XmlWriter
Definition
XmlWriter.cs:8
System.Configuration.ConfigurationSaveMode
ConfigurationSaveMode
Definition
ConfigurationSaveMode.cs:7
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Reflection
Definition
AmbiguousMatchException.cs:5
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Configuration
ConfigurationElement.cs
Generated by
1.10.0