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
ClientSettingsSection.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000490 RID: 1168
6
public
sealed
class
ClientSettingsSection
:
ConfigurationSection
7
{
8
// Token: 0x06001FB2 RID: 8114 RVA: 0x0005241C File Offset: 0x0005061C
9
public
ClientSettingsSection
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x17000765 RID: 1893
15
// (get) Token: 0x06001FB3 RID: 8115 RVA: 0x00052430 File Offset: 0x00050630
16
protected
override
ConfigurationPropertyCollection
Properties
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
24
// Token: 0x17000766 RID: 1894
25
// (get) Token: 0x06001FB4 RID: 8116 RVA: 0x00052444 File Offset: 0x00050644
26
public
SettingElementCollection
Settings
27
{
28
get
29
{
30
throw
new
NotSupportedException
();
31
}
32
}
33
}
34
}
Settings
Definition
Settings.cs:6
System.Configuration.ClientSettingsSection.ClientSettingsSection
ClientSettingsSection()
Definition
ClientSettingsSection.cs:9
System.Configuration.ClientSettingsSection.Properties
override ConfigurationPropertyCollection Properties
Definition
ClientSettingsSection.cs:17
System.Configuration.ClientSettingsSection
Definition
ClientSettingsSection.cs:7
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Configuration.SettingElementCollection
Definition
SettingElementCollection.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
ClientSettingsSection.cs
Generated by
1.10.0