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.
1using System;
3
5{
6 // Token: 0x02000391 RID: 913
8 [ComVisible(true)]
9 public sealed class SoapTypeAttribute : SoapAttribute
10 {
11 // Token: 0x06001D7A RID: 7546 RVA: 0x00040568 File Offset: 0x0003E768
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 {
95 }
96 if (this._xmlTypeName == null)
97 {
99 }
100 if (this._xmlTypeNamespace == null)
101 {
102 return;
103 }
104 if (this._xmlNamespace == null)
105 {
106 string 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}
class f__AnonymousType0<< Count > j__TPar
override void SetReflectionObject(object reflectionObject)