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
ModuleElement.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Configuration
;
3
4
namespace
System.Net.Configuration
5
{
6
// Token: 0x0200046A RID: 1130
7
public
sealed
class
ModuleElement
:
ConfigurationElement
8
{
9
// Token: 0x06001EB0 RID: 7856 RVA: 0x00050FFC File Offset: 0x0004F1FC
10
public
ModuleElement
()
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x170006F4 RID: 1780
16
// (get) Token: 0x06001EB1 RID: 7857 RVA: 0x00051010 File Offset: 0x0004F210
17
protected
override
ConfigurationPropertyCollection
Properties
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x170006F5 RID: 1781
26
// (get) Token: 0x06001EB2 RID: 7858 RVA: 0x00051024 File Offset: 0x0004F224
27
// (set) Token: 0x06001EB3 RID: 7859 RVA: 0x00051038 File Offset: 0x0004F238
28
public
string
Type
29
{
30
get
31
{
32
throw
new
NotSupportedException
();
33
}
34
set
35
{
36
throw
new
NotSupportedException
();
37
}
38
}
39
}
40
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Net.Configuration.ModuleElement.Properties
override ConfigurationPropertyCollection Properties
Definition
ModuleElement.cs:18
System.Net.Configuration.ModuleElement.ModuleElement
ModuleElement()
Definition
ModuleElement.cs:10
System.Net.Configuration.ModuleElement
Definition
ModuleElement.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.Net.Configuration
Definition
AuthenticationModuleElement.cs:5
System
Definition
__ComObject.cs:4
source
System
Net
Configuration
ModuleElement.cs
Generated by
1.10.0