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
XPathItem.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Xml.Schema
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Xml.XPath
6
{
7
// Token: 0x020000B5 RID: 181
8
public
abstract
class
XPathItem
9
{
10
// Token: 0x170001D4 RID: 468
11
// (get) Token: 0x060007C7 RID: 1991
12
public
abstract
XmlSchemaType
XmlType
{
get
; }
13
14
// Token: 0x170001D5 RID: 469
15
// (get) Token: 0x060007C8 RID: 1992
16
public
abstract
string
Value
{
get
; }
17
18
// Token: 0x170001D6 RID: 470
19
// (get) Token: 0x060007C9 RID: 1993
20
public
abstract
object
TypedValue
{
get
; }
21
22
// Token: 0x170001D7 RID: 471
23
// (get) Token: 0x060007CA RID: 1994
24
public
abstract
Type
ValueType
{
get
; }
25
26
// Token: 0x170001D8 RID: 472
27
// (get) Token: 0x060007CB RID: 1995
28
public
abstract
bool
ValueAsBoolean
{
get
; }
29
30
// Token: 0x170001D9 RID: 473
31
// (get) Token: 0x060007CC RID: 1996
32
public
abstract
DateTime
ValueAsDateTime
{
get
; }
33
34
// Token: 0x170001DA RID: 474
35
// (get) Token: 0x060007CD RID: 1997
36
public
abstract
double
ValueAsDouble
{
get
; }
37
38
// Token: 0x170001DB RID: 475
39
// (get) Token: 0x060007CE RID: 1998
40
public
abstract
int
ValueAsInt
{
get
; }
41
42
// Token: 0x170001DC RID: 476
43
// (get) Token: 0x060007CF RID: 1999
44
public
abstract
long
ValueAsLong
{
get
; }
45
46
// Token: 0x060007D0 RID: 2000 RVA: 0x00003FFD File Offset: 0x000021FD
47
public
virtual
object
ValueAs
(
Type
returnType)
48
{
49
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
50
}
51
52
// Token: 0x060007D1 RID: 2001
53
public
abstract
object
ValueAs
(
Type
returnType,
IXmlNamespaceResolver
nsResolver
);
54
55
// Token: 0x060007D2 RID: 2002 RVA: 0x000198C8 File Offset: 0x00017AC8
56
protected
XPathItem
()
57
{
58
}
59
}
60
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.Type
Definition
Type.cs:12
System.ValueType
Definition
ValueType.cs:11
System.Xml.Schema.XmlSchemaType
Definition
XmlSchemaType.cs:8
System.Xml.XPath.XPathItem.ValueAsBoolean
bool ValueAsBoolean
Definition
XPathItem.cs:28
System.Xml.XPath.XPathItem.Value
string Value
Definition
XPathItem.cs:16
System.Xml.XPath.XPathItem.ValueAsLong
long ValueAsLong
Definition
XPathItem.cs:44
System.Xml.XPath.XPathItem.ValueAsDateTime
DateTime ValueAsDateTime
Definition
XPathItem.cs:32
System.Xml.XPath.XPathItem.XmlType
XmlSchemaType XmlType
Definition
XPathItem.cs:12
System.Xml.XPath.XPathItem.ValueAs
object ValueAs(Type returnType, IXmlNamespaceResolver nsResolver)
System.Xml.XPath.XPathItem.ValueAs
virtual object ValueAs(Type returnType)
Definition
XPathItem.cs:47
System.Xml.XPath.XPathItem.ValueAsDouble
double ValueAsDouble
Definition
XPathItem.cs:36
System.Xml.XPath.XPathItem.TypedValue
object TypedValue
Definition
XPathItem.cs:20
System.Xml.XPath.XPathItem.XPathItem
XPathItem()
Definition
XPathItem.cs:56
System.Xml.XPath.XPathItem.ValueAsInt
int ValueAsInt
Definition
XPathItem.cs:40
System.Xml.XPath.XPathItem
Definition
XPathItem.cs:9
System.Xml.IXmlNamespaceResolver
Definition
IXmlNamespaceResolver.cs:7
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Xml.Schema
Definition
BaseValidator.cs:4
System.Xml.XPath
Definition
XPathDocument.cs:7
System
Definition
__ComObject.cs:4
System.DateTime
Definition
DateTime.cs:13
source
System.Xml
System
Xml
XPath
XPathItem.cs
Generated by
1.10.0