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
SoapTypeAttribute.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting.Metadata
5
{
6
// Token: 0x02000391 RID: 913
7
[
AttributeUsage
(
AttributeTargets
.Class |
AttributeTargets
.Struct |
AttributeTargets
.Enum |
AttributeTargets
.Interface)]
8
[
ComVisible
(
true
)]
9
public
sealed
class
SoapTypeAttribute
:
SoapAttribute
10
{
11
// Token: 0x06001D7A RID: 7546 RVA: 0x00040568 File Offset: 0x0003E768
12
public
SoapTypeAttribute
()
13
{
14
}
15
16
// Token: 0x17000387 RID: 903
17
// (get) Token: 0x06001D7B RID: 7547 RVA: 0x0004057C File Offset: 0x0003E77C
18
public
override
bool
UseAttribute
19
{
20
get
21
{
22
return
this.
_useAttribute
;
23
}
24
}
25
26
// Token: 0x17000388 RID: 904
27
// (get) Token: 0x06001D7C RID: 7548 RVA: 0x00040590 File Offset: 0x0003E790
28
public
string
XmlElementName
29
{
30
get
31
{
32
return
this.
_xmlElementName
;
33
}
34
}
35
36
// Token: 0x17000389 RID: 905
37
// (get) Token: 0x06001D7D RID: 7549 RVA: 0x000405A4 File Offset: 0x0003E7A4
38
public
override
string
XmlNamespace
39
{
40
get
41
{
42
return
this.
_xmlNamespace
;
43
}
44
}
45
46
// Token: 0x1700038A RID: 906
47
// (get) Token: 0x06001D7E RID: 7550 RVA: 0x000405B8 File Offset: 0x0003E7B8
48
public
string
XmlTypeName
49
{
50
get
51
{
52
return
this.
_xmlTypeName
;
53
}
54
}
55
56
// Token: 0x1700038B RID: 907
57
// (get) Token: 0x06001D7F RID: 7551 RVA: 0x000405CC File Offset: 0x0003E7CC
58
public
string
XmlTypeNamespace
59
{
60
get
61
{
62
return
this.
_xmlTypeNamespace
;
63
}
64
}
65
66
// Token: 0x1700038C RID: 908
67
// (get) Token: 0x06001D80 RID: 7552 RVA: 0x000405E0 File Offset: 0x0003E7E0
68
internal
bool
IsInteropXmlElement
69
{
70
get
71
{
72
return
this.
_isElement
;
73
}
74
}
75
76
// Token: 0x1700038D RID: 909
77
// (get) Token: 0x06001D81 RID: 7553 RVA: 0x000405F4 File Offset: 0x0003E7F4
78
internal
bool
IsInteropXmlType
79
{
80
get
81
{
82
return
this.
_isType
;
83
}
84
}
85
86
// Token: 0x06001D82 RID: 7554 RVA: 0x00040608 File Offset: 0x0003E808
87
internal
override
void
SetReflectionObject
(
object
reflectionObject
)
88
{
89
if
(reflectionObject !=
null
)
90
{
91
}
92
if
(this.
_xmlElementName
==
null
)
93
{
94
this._xmlElementName
=
reflectionObject
;
95
}
96
if
(this.
_xmlTypeName
==
null
)
97
{
98
this._xmlTypeName
=
reflectionObject
;
99
}
100
if
(this.
_xmlTypeNamespace
==
null
)
101
{
102
return
;
103
}
104
if
(this.
_xmlNamespace
==
null
)
105
{
106
string
text
;
107
this._xmlNamespace
=
text
;
108
}
109
}
110
111
// Token: 0x04000ED9 RID: 3801
112
private
bool
_useAttribute
;
113
114
// Token: 0x04000EDA RID: 3802
115
private
string
_xmlElementName
;
116
117
// Token: 0x04000EDB RID: 3803
118
private
string
_xmlNamespace
;
119
120
// Token: 0x04000EDC RID: 3804
121
private
string
_xmlTypeName
;
122
123
// Token: 0x04000EDD RID: 3805
124
private
string
_xmlTypeNamespace
;
125
126
// Token: 0x04000EDE RID: 3806
127
private
bool
_isType
;
128
129
// Token: 0x04000EDF RID: 3807
130
private
bool
_isElement
;
131
}
132
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Runtime.Remoting.Metadata.SoapAttribute
Definition
SoapAttribute.cs:9
System.Runtime.Remoting.Metadata.SoapTypeAttribute._useAttribute
bool _useAttribute
Definition
SoapTypeAttribute.cs:112
System.Runtime.Remoting.Metadata.SoapTypeAttribute.SetReflectionObject
override void SetReflectionObject(object reflectionObject)
Definition
SoapTypeAttribute.cs:87
System.Runtime.Remoting.Metadata.SoapTypeAttribute._xmlTypeName
string _xmlTypeName
Definition
SoapTypeAttribute.cs:121
System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlElementName
string XmlElementName
Definition
SoapTypeAttribute.cs:29
System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlTypeNamespace
string XmlTypeNamespace
Definition
SoapTypeAttribute.cs:59
System.Runtime.Remoting.Metadata.SoapTypeAttribute._isElement
bool _isElement
Definition
SoapTypeAttribute.cs:130
System.Runtime.Remoting.Metadata.SoapTypeAttribute._xmlNamespace
string _xmlNamespace
Definition
SoapTypeAttribute.cs:118
System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlTypeName
string XmlTypeName
Definition
SoapTypeAttribute.cs:49
System.Runtime.Remoting.Metadata.SoapTypeAttribute._isType
bool _isType
Definition
SoapTypeAttribute.cs:127
System.Runtime.Remoting.Metadata.SoapTypeAttribute._xmlElementName
string _xmlElementName
Definition
SoapTypeAttribute.cs:115
System.Runtime.Remoting.Metadata.SoapTypeAttribute.XmlNamespace
override string XmlNamespace
Definition
SoapTypeAttribute.cs:39
System.Runtime.Remoting.Metadata.SoapTypeAttribute.IsInteropXmlType
bool IsInteropXmlType
Definition
SoapTypeAttribute.cs:79
System.Runtime.Remoting.Metadata.SoapTypeAttribute.SoapTypeAttribute
SoapTypeAttribute()
Definition
SoapTypeAttribute.cs:12
System.Runtime.Remoting.Metadata.SoapTypeAttribute.UseAttribute
override bool UseAttribute
Definition
SoapTypeAttribute.cs:19
System.Runtime.Remoting.Metadata.SoapTypeAttribute.IsInteropXmlElement
bool IsInteropXmlElement
Definition
SoapTypeAttribute.cs:69
System.Runtime.Remoting.Metadata.SoapTypeAttribute._xmlTypeNamespace
string _xmlTypeNamespace
Definition
SoapTypeAttribute.cs:124
System.Runtime.Remoting.Metadata.SoapTypeAttribute
Definition
SoapTypeAttribute.cs:10
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Metadata
Definition
SoapAttribute.cs:5
System.ExceptionArgument.text
@ text
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Metadata
SoapTypeAttribute.cs
Generated by
1.10.0