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
SoapMethodAttribute.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: 0x0200038F RID: 911
7
[
AttributeUsage
(
AttributeTargets
.Method)]
8
[
ComVisible
(
true
)]
9
public
sealed
class
SoapMethodAttribute
:
SoapAttribute
10
{
11
// Token: 0x06001D75 RID: 7541 RVA: 0x0004049C File Offset: 0x0003E69C
12
public
SoapMethodAttribute
()
13
{
14
}
15
16
// Token: 0x17000385 RID: 901
17
// (get) Token: 0x06001D76 RID: 7542 RVA: 0x000404B0 File Offset: 0x0003E6B0
18
public
override
bool
UseAttribute
19
{
20
get
21
{
22
return
this.
_useAttribute
;
23
}
24
}
25
26
// Token: 0x17000386 RID: 902
27
// (get) Token: 0x06001D77 RID: 7543 RVA: 0x000404C4 File Offset: 0x0003E6C4
28
public
override
string
XmlNamespace
29
{
30
get
31
{
32
return
this.
_namespace
;
33
}
34
}
35
36
// Token: 0x06001D78 RID: 7544 RVA: 0x000404D8 File Offset: 0x0003E6D8
37
internal
override
void
SetReflectionObject
(
object
reflectionObject
)
38
{
39
if
(reflectionObject !=
null
)
40
{
41
}
42
if
(this.
_responseElement
==
null
)
43
{
44
string
text
;
45
this._responseElement
=
text
;
46
}
47
string
responseNamespace
= this.
_responseNamespace
;
48
if
(responseNamespace ==
null
)
49
{
50
if
(
responseNamespace
==
null
)
51
{
52
}
53
string
text2;
54
this._responseNamespace
= text2;
55
}
56
if
(this.
_returnElement
==
null
)
57
{
58
this._returnElement
=
"return"
;
59
}
60
string
soapAction
= this.
_soapAction
;
61
if
(soapAction ==
null
)
62
{
63
if
(
soapAction
==
null
)
64
{
65
}
66
string
text3
;
67
this._soapAction
=
text3
;
68
}
69
string
@
namespace
=
this._namespace
;
70
if
(@
namespace
==
null
)
71
{
72
if
(@
namespace
==
null
)
73
{
74
}
75
string
text4
;
76
this._namespace
=
text4
;
77
}
78
}
79
80
// Token: 0x04000ED3 RID: 3795
81
private
string
_responseElement
;
82
83
// Token: 0x04000ED4 RID: 3796
84
private
string
_responseNamespace
;
85
86
// Token: 0x04000ED5 RID: 3797
87
private
string
_returnElement
;
88
89
// Token: 0x04000ED6 RID: 3798
90
private
string
_soapAction
;
91
92
// Token: 0x04000ED7 RID: 3799
93
private
bool
_useAttribute
;
94
95
// Token: 0x04000ED8 RID: 3800
96
private
string
_namespace
;
97
}
98
}
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.SoapMethodAttribute._responseNamespace
string _responseNamespace
Definition
SoapMethodAttribute.cs:84
System.Runtime.Remoting.Metadata.SoapMethodAttribute._responseElement
string _responseElement
Definition
SoapMethodAttribute.cs:81
System.Runtime.Remoting.Metadata.SoapMethodAttribute.SetReflectionObject
override void SetReflectionObject(object reflectionObject)
Definition
SoapMethodAttribute.cs:37
System.Runtime.Remoting.Metadata.SoapMethodAttribute._returnElement
string _returnElement
Definition
SoapMethodAttribute.cs:87
System.Runtime.Remoting.Metadata.SoapMethodAttribute._soapAction
string _soapAction
Definition
SoapMethodAttribute.cs:90
System.Runtime.Remoting.Metadata.SoapMethodAttribute.UseAttribute
override bool UseAttribute
Definition
SoapMethodAttribute.cs:19
System.Runtime.Remoting.Metadata.SoapMethodAttribute.XmlNamespace
override string XmlNamespace
Definition
SoapMethodAttribute.cs:29
System.Runtime.Remoting.Metadata.SoapMethodAttribute._namespace
string _namespace
Definition
SoapMethodAttribute.cs:96
System.Runtime.Remoting.Metadata.SoapMethodAttribute.SoapMethodAttribute
SoapMethodAttribute()
Definition
SoapMethodAttribute.cs:12
System.Runtime.Remoting.Metadata.SoapMethodAttribute._useAttribute
bool _useAttribute
Definition
SoapMethodAttribute.cs:93
System.Runtime.Remoting.Metadata.SoapMethodAttribute
Definition
SoapMethodAttribute.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
SoapMethodAttribute.cs
Generated by
1.10.0