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
SoapAttribute.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: 0x0200038D RID: 909
7
[
ComVisible
(
true
)]
8
public
class
SoapAttribute
:
Attribute
9
{
10
// Token: 0x06001D6D RID: 7533 RVA: 0x000403E8 File Offset: 0x0003E5E8
11
public
SoapAttribute
()
12
{
13
}
14
15
// Token: 0x17000382 RID: 898
16
// (get) Token: 0x06001D6E RID: 7534 RVA: 0x000403FC File Offset: 0x0003E5FC
17
public
virtual
bool
UseAttribute
18
{
19
get
20
{
21
return
this.
_useAttribute
;
22
}
23
}
24
25
// Token: 0x17000383 RID: 899
26
// (get) Token: 0x06001D6F RID: 7535 RVA: 0x00040410 File Offset: 0x0003E610
27
public
virtual
string
XmlNamespace
28
{
29
get
30
{
31
return
this.
ProtXmlNamespace
;
32
}
33
}
34
35
// Token: 0x06001D70 RID: 7536 RVA: 0x00040424 File Offset: 0x0003E624
36
internal
virtual
void
SetReflectionObject
(
object
reflectionObject
)
37
{
38
this.ReflectInfo
=
reflectionObject
;
39
}
40
41
// Token: 0x04000ECE RID: 3790
42
private
bool
_useAttribute
;
43
44
// Token: 0x04000ECF RID: 3791
45
protected
string
ProtXmlNamespace
;
46
47
// Token: 0x04000ED0 RID: 3792
48
protected
object
ReflectInfo
;
49
}
50
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Attribute
Definition
Attribute.cs:11
System.Runtime.Remoting.Metadata.SoapAttribute.ProtXmlNamespace
string ProtXmlNamespace
Definition
SoapAttribute.cs:45
System.Runtime.Remoting.Metadata.SoapAttribute._useAttribute
bool _useAttribute
Definition
SoapAttribute.cs:42
System.Runtime.Remoting.Metadata.SoapAttribute.XmlNamespace
virtual string XmlNamespace
Definition
SoapAttribute.cs:28
System.Runtime.Remoting.Metadata.SoapAttribute.SoapAttribute
SoapAttribute()
Definition
SoapAttribute.cs:11
System.Runtime.Remoting.Metadata.SoapAttribute.UseAttribute
virtual bool UseAttribute
Definition
SoapAttribute.cs:18
System.Runtime.Remoting.Metadata.SoapAttribute.ReflectInfo
object ReflectInfo
Definition
SoapAttribute.cs:48
System.Runtime.Remoting.Metadata.SoapAttribute.SetReflectionObject
virtual void SetReflectionObject(object reflectionObject)
Definition
SoapAttribute.cs:36
System.Runtime.Remoting.Metadata.SoapAttribute
Definition
SoapAttribute.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Metadata
Definition
SoapAttribute.cs:5
System
Definition
__ComObject.cs:4
source
mscorlib
System
Runtime
Remoting
Metadata
SoapAttribute.cs
Generated by
1.10.0