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
BypassElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000464 RID: 1124
7 public sealed class BypassElement : ConfigurationElement
8 {
9 // Token: 0x06001E7B RID: 7803 RVA: 0x00050BD8 File Offset: 0x0004EDD8
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x06001E7C RID: 7804 RVA: 0x00050BEC File Offset: 0x0004EDEC
16 public BypassElement(string address)
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x170006E4 RID: 1764
22 // (get) Token: 0x06001E7D RID: 7805 RVA: 0x00050C00 File Offset: 0x0004EE00
23 // (set) Token: 0x06001E7E RID: 7806 RVA: 0x00050C14 File Offset: 0x0004EE14
24 public string Address
25 {
26 get
27 {
28 throw new NotSupportedException();
29 }
30 set
31 {
32 throw new NotSupportedException();
33 }
34 }
35
36 // Token: 0x170006E5 RID: 1765
37 // (get) Token: 0x06001E7F RID: 7807 RVA: 0x00050C28 File Offset: 0x0004EE28
39 {
40 get
41 {
42 throw new NotSupportedException();
43 }
44 }
45 }
46}
override ConfigurationPropertyCollection Properties