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
XmlCDataSection.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x02000064 RID: 100
7
public
class
XmlCDataSection
:
XmlCharacterData
8
{
9
// Token: 0x06000495 RID: 1173 RVA: 0x00011780 File Offset: 0x0000F980
10
protected
internal
XmlCDataSection
(
string
data
,
XmlDocument
doc)
11
:
base
(doc)
12
{
13
this.data
=
data
;
14
}
15
16
// Token: 0x170000F6 RID: 246
17
// (get) Token: 0x06000496 RID: 1174 RVA: 0x00003FFD File Offset: 0x000021FD
18
public
override
string
Name
19
{
20
get
21
{
22
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
23
}
24
}
25
26
// Token: 0x170000F7 RID: 247
27
// (get) Token: 0x06000497 RID: 1175 RVA: 0x00003FFD File Offset: 0x000021FD
28
public
override
string
LocalName
29
{
30
get
31
{
32
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
33
}
34
}
35
36
// Token: 0x170000F8 RID: 248
37
// (get) Token: 0x06000498 RID: 1176 RVA: 0x0001179C File Offset: 0x0000F99C
38
public
override
XmlNodeType
NodeType
39
{
40
get
41
{
42
return
XmlNodeType
.CDATA;
43
}
44
}
45
46
// Token: 0x170000F9 RID: 249
47
// (get) Token: 0x06000499 RID: 1177 RVA: 0x000117AC File Offset: 0x0000F9AC
48
public
override
XmlNode
ParentNode
49
{
50
get
51
{
52
return
this.
parentNode
;
53
}
54
}
55
56
// Token: 0x0600049A RID: 1178 RVA: 0x00003FFD File Offset: 0x000021FD
57
public
override
XmlNode
CloneNode
(
bool
deep
)
58
{
59
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
60
}
61
62
// Token: 0x170000FA RID: 250
63
// (get) Token: 0x0600049B RID: 1179 RVA: 0x000117C8 File Offset: 0x0000F9C8
64
internal
override
bool
IsText
65
{
66
get
67
{
68
return
true
;
69
}
70
}
71
}
72
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.XmlCDataSection.Name
override string Name
Definition
XmlCDataSection.cs:19
System.Xml.XmlCDataSection.ParentNode
override XmlNode ParentNode
Definition
XmlCDataSection.cs:49
System.Xml.XmlCDataSection.LocalName
override string LocalName
Definition
XmlCDataSection.cs:29
System.Xml.XmlCDataSection.IsText
override bool IsText
Definition
XmlCDataSection.cs:65
System.Xml.XmlCDataSection.CloneNode
override XmlNode CloneNode(bool deep)
Definition
XmlCDataSection.cs:57
System.Xml.XmlCDataSection.XmlCDataSection
XmlCDataSection(string data, XmlDocument doc)
Definition
XmlCDataSection.cs:10
System.Xml.XmlCDataSection.NodeType
override XmlNodeType NodeType
Definition
XmlCDataSection.cs:39
System.Xml.XmlCDataSection
Definition
XmlCDataSection.cs:8
System.Xml.XmlCharacterData.data
string data
Definition
XmlCharacterData.cs:91
System.Xml.XmlCharacterData
Definition
XmlCharacterData.cs:8
System.Xml.XmlDocument
Definition
XmlDocument.cs:10
System.Xml.XmlNode.parentNode
XmlNode parentNode
Definition
XmlNode.cs:633
System.Xml.XmlNode
Definition
XmlNode.cs:15
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml.XmlNodeType
XmlNodeType
Definition
XmlNodeType.cs:7
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlCDataSection.cs
Generated by
1.10.0