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.
1using System;
3
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
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 {
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}
class f__AnonymousType0<< Count > j__TPar
virtual void SetReflectionObject(object reflectionObject)