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
ConfigXmlDocument.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration.Internal
;
3
using
System.Xml
;
4
5
namespace
System.Configuration
6
{
7
// Token: 0x02000495 RID: 1173
8
public
sealed
class
ConfigXmlDocument
:
XmlDocument
,
IConfigErrorInfo
9
{
10
// Token: 0x06001FD4 RID: 8148 RVA: 0x000526C4 File Offset: 0x000508C4
11
public
ConfigXmlDocument
()
12
{
13
throw
new
NotSupportedException
();
14
}
15
16
// Token: 0x17000770 RID: 1904
17
// (get) Token: 0x06001FD5 RID: 8149 RVA: 0x000526D8 File Offset: 0x000508D8
18
public
string
Filename
19
{
20
get
21
{
22
throw
new
NotSupportedException
();
23
}
24
}
25
26
// Token: 0x17000771 RID: 1905
27
// (get) Token: 0x06001FD6 RID: 8150 RVA: 0x000526EC File Offset: 0x000508EC
28
public
int
LineNumber
29
{
30
get
31
{
32
throw
new
NotSupportedException
();
33
}
34
}
35
36
// Token: 0x06001FD7 RID: 8151 RVA: 0x00052700 File Offset: 0x00050900
37
string
IConfigErrorInfo
.get_Filename()
38
{
39
throw
new
NotSupportedException
();
40
}
41
42
// Token: 0x06001FD8 RID: 8152 RVA: 0x00052714 File Offset: 0x00050914
43
int
IConfigErrorInfo
.get_LineNumber()
44
{
45
throw
new
NotSupportedException
();
46
}
47
48
// Token: 0x06001FD9 RID: 8153 RVA: 0x00052728 File Offset: 0x00050928
49
public
void
LoadSingleElement
(
string
filename,
XmlTextReader
sourceReader
)
50
{
51
throw
new
NotSupportedException
();
52
}
53
}
54
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Configuration.ConfigXmlDocument.Filename
string Filename
Definition
ConfigXmlDocument.cs:19
System.Configuration.ConfigXmlDocument.LineNumber
int LineNumber
Definition
ConfigXmlDocument.cs:29
System.Configuration.ConfigXmlDocument.ConfigXmlDocument
ConfigXmlDocument()
Definition
ConfigXmlDocument.cs:11
System.Configuration.ConfigXmlDocument.LoadSingleElement
void LoadSingleElement(string filename, XmlTextReader sourceReader)
Definition
ConfigXmlDocument.cs:49
System.Configuration.ConfigXmlDocument
Definition
ConfigXmlDocument.cs:9
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Xml.XmlDocument
Definition
XmlDocument.cs:10
System.Xml.XmlTextReader
Definition
XmlTextReader.cs:10
System.Configuration.Internal.IConfigErrorInfo
Definition
IConfigErrorInfo.cs:7
System.Configuration.Internal
Definition
IConfigErrorInfo.cs:4
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
ConfigXmlDocument.cs
Generated by
1.10.0