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
XmlImplementation.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System.Xml
5
{
6
// Token: 0x02000071 RID: 113
7
public
class
XmlImplementation
8
{
9
// Token: 0x0600056E RID: 1390 RVA: 0x00012F58 File Offset: 0x00011158
10
public
XmlImplementation
()
11
{
12
}
13
14
// Token: 0x0600056F RID: 1391 RVA: 0x00012F6C File Offset: 0x0001116C
15
public
XmlImplementation
(
XmlNameTable
nt
)
16
{
17
this.nameTable
=
nt
;
18
}
19
20
// Token: 0x06000570 RID: 1392 RVA: 0x00003FFD File Offset: 0x000021FD
21
public
virtual
XmlDocument
CreateDocument
()
22
{
23
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
24
}
25
26
// Token: 0x1700015A RID: 346
27
// (get) Token: 0x06000571 RID: 1393 RVA: 0x00012F88 File Offset: 0x00011188
28
internal
XmlNameTable
NameTable
29
{
30
get
31
{
32
return
this.
nameTable
;
33
}
34
}
35
36
// Token: 0x040002DD RID: 733
37
private
XmlNameTable
nameTable
;
38
}
39
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Xml.NameTable
Definition
NameTable.cs:7
System.Xml.XmlDocument
Definition
XmlDocument.cs:10
System.Xml.XmlImplementation.CreateDocument
virtual XmlDocument CreateDocument()
Definition
XmlImplementation.cs:21
System.Xml.XmlImplementation.XmlImplementation
XmlImplementation(XmlNameTable nt)
Definition
XmlImplementation.cs:15
System.Xml.XmlImplementation.XmlImplementation
XmlImplementation()
Definition
XmlImplementation.cs:10
System.Xml.XmlImplementation.nameTable
XmlNameTable nameTable
Definition
XmlImplementation.cs:37
System.Xml.XmlImplementation
Definition
XmlImplementation.cs:8
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml
Definition
ElementWriter.cs:4
System
Definition
__ComObject.cs:4
source
System.Xml
System
Xml
XmlImplementation.cs
Generated by
1.10.0