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
SoapFieldAttribute.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: 0x0200038E RID: 910
7
[
AttributeUsage
(
AttributeTargets
.Field)]
8
[
ComVisible
(
true
)]
9
public
sealed
class
SoapFieldAttribute
:
SoapAttribute
10
{
11
// Token: 0x06001D71 RID: 7537 RVA: 0x00040438 File Offset: 0x0003E638
12
public
SoapFieldAttribute
()
13
{
14
}
15
16
// Token: 0x17000384 RID: 900
17
// (get) Token: 0x06001D72 RID: 7538 RVA: 0x0004044C File Offset: 0x0003E64C
18
public
string
XmlElementName
19
{
20
get
21
{
22
return
this.
_elementName
;
23
}
24
}
25
26
// Token: 0x06001D73 RID: 7539 RVA: 0x00040460 File Offset: 0x0003E660
27
public
bool
IsInteropXmlElement
()
28
{
29
return
this.
_isElement
;
30
}
31
32
// Token: 0x06001D74 RID: 7540 RVA: 0x00040474 File Offset: 0x0003E674
33
internal
override
void
SetReflectionObject
(
object
reflectionObject
)
34
{
35
if
(reflectionObject !=
null
)
36
{
37
}
38
if
(this.
_elementName
==
null
)
39
{
40
this._elementName
=
reflectionObject
;
41
}
42
}
43
44
// Token: 0x04000ED1 RID: 3793
45
private
string
_elementName
;
46
47
// Token: 0x04000ED2 RID: 3794
48
private
bool
_isElement
;
49
}
50
}
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.SoapFieldAttribute.XmlElementName
string XmlElementName
Definition
SoapFieldAttribute.cs:19
System.Runtime.Remoting.Metadata.SoapFieldAttribute.IsInteropXmlElement
bool IsInteropXmlElement()
Definition
SoapFieldAttribute.cs:27
System.Runtime.Remoting.Metadata.SoapFieldAttribute._elementName
string _elementName
Definition
SoapFieldAttribute.cs:45
System.Runtime.Remoting.Metadata.SoapFieldAttribute._isElement
bool _isElement
Definition
SoapFieldAttribute.cs:48
System.Runtime.Remoting.Metadata.SoapFieldAttribute.SoapFieldAttribute
SoapFieldAttribute()
Definition
SoapFieldAttribute.cs:12
System.Runtime.Remoting.Metadata.SoapFieldAttribute.SetReflectionObject
override void SetReflectionObject(object reflectionObject)
Definition
SoapFieldAttribute.cs:33
System.Runtime.Remoting.Metadata.SoapFieldAttribute
Definition
SoapFieldAttribute.cs:10
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Metadata
Definition
SoapAttribute.cs:5
System.AttributeTargets
AttributeTargets
Definition
AttributeTargets.cs:8
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Metadata
SoapFieldAttribute.cs
Generated by
1.10.0