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
XmlText.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x02000080 RID: 128
7
public
class
XmlText
:
XmlCharacterData
8
{
9
// Token: 0x06000619 RID: 1561 RVA: 0x000147D4 File Offset: 0x000129D4
10
internal
XmlText
(
string
strData
)
11
{
12
}
13
14
// Token: 0x0600061A RID: 1562 RVA: 0x000147E4 File Offset: 0x000129E4
15
protected
internal
XmlText
(
string
strData
,
XmlDocument
doc)
16
:
base
(
strData
, doc)
17
{
18
}
19
20
// Token: 0x1700019F RID: 415
21
// (get) Token: 0x0600061B RID: 1563 RVA: 0x00003FFD File Offset: 0x000021FD
22
public
override
string
Name
23
{
24
get
25
{
26
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
27
}
28
}
29
30
// Token: 0x170001A0 RID: 416
31
// (get) Token: 0x0600061C RID: 1564 RVA: 0x00003FFD File Offset: 0x000021FD
32
public
override
string
LocalName
33
{
34
get
35
{
36
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
37
}
38
}
39
40
// Token: 0x170001A1 RID: 417
41
// (get) Token: 0x0600061D RID: 1565 RVA: 0x000147FC File Offset: 0x000129FC
42
public
override
XmlNodeType
NodeType
43
{
44
get
45
{
46
return
XmlNodeType
.Text;
47
}
48
}
49
50
// Token: 0x170001A2 RID: 418
51
// (get) Token: 0x0600061E RID: 1566 RVA: 0x0001480C File Offset: 0x00012A0C
52
public
override
XmlNode
ParentNode
53
{
54
get
55
{
56
return
this.
parentNode
;
57
}
58
}
59
60
// Token: 0x0600061F RID: 1567 RVA: 0x00003FFD File Offset: 0x000021FD
61
public
override
XmlNode
CloneNode
(
bool
deep
)
62
{
63
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
64
}
65
66
// Token: 0x170001A3 RID: 419
67
// (get) Token: 0x06000620 RID: 1568 RVA: 0x00003FFD File Offset: 0x000021FD
68
// (set) Token: 0x06000621 RID: 1569 RVA: 0x00014828 File Offset: 0x00012A28
69
public
override
string
Value
70
{
71
get
72
{
73
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
74
}
75
set
76
{
77
if
(this.
parentNode
!=
null
)
78
{
79
}
80
}
81
}
82
83
// Token: 0x170001A4 RID: 420
84
// (get) Token: 0x06000622 RID: 1570 RVA: 0x00014840 File Offset: 0x00012A40
85
internal
override
bool
IsText
86
{
87
get
88
{
89
return
true
;
90
}
91
}
92
}
93
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
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
System.Xml.XmlText.CloneNode
override XmlNode CloneNode(bool deep)
Definition
XmlText.cs:61
System.Xml.XmlText.LocalName
override string LocalName
Definition
XmlText.cs:33
System.Xml.XmlText.IsText
override bool IsText
Definition
XmlText.cs:86
System.Xml.XmlText.ParentNode
override XmlNode ParentNode
Definition
XmlText.cs:53
System.Xml.XmlText.XmlText
XmlText(string strData, XmlDocument doc)
Definition
XmlText.cs:15
System.Xml.XmlText.XmlText
XmlText(string strData)
Definition
XmlText.cs:10
System.Xml.XmlText.NodeType
override XmlNodeType NodeType
Definition
XmlText.cs:43
System.Xml.XmlText.Name
override string Name
Definition
XmlText.cs:23
System.Xml.XmlText.Value
override string Value
Definition
XmlText.cs:70
System.Xml.XmlText
Definition
XmlText.cs:8
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
XmlText.cs
Generated by
1.10.0