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
AuthenticationModuleElement.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000461 RID: 1121
8 {
9 // Token: 0x06001E64 RID: 7780 RVA: 0x00050A0C File Offset: 0x0004EC0C
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x06001E65 RID: 7781 RVA: 0x00050A20 File Offset: 0x0004EC20
16 public AuthenticationModuleElement(string typeName)
17 {
18 throw new NotSupportedException();
19 }
20
21 // Token: 0x170006DF RID: 1759
22 // (get) Token: 0x06001E66 RID: 7782 RVA: 0x00050A34 File Offset: 0x0004EC34
24 {
25 get
26 {
27 throw new NotSupportedException();
28 }
29 }
30
31 // Token: 0x170006E0 RID: 1760
32 // (get) Token: 0x06001E67 RID: 7783 RVA: 0x00050A48 File Offset: 0x0004EC48
33 // (set) Token: 0x06001E68 RID: 7784 RVA: 0x00050A5C File Offset: 0x0004EC5C
34 public string Type
35 {
36 get
37 {
38 throw new NotSupportedException();
39 }
40 set
41 {
42 throw new NotSupportedException();
43 }
44 }
45 }
46}