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
SchemeSettingElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004A2 RID: 1186
6
public
sealed
class
SchemeSettingElement
:
ConfigurationElement
7
{
8
// Token: 0x06002004 RID: 8196 RVA: 0x000529B4 File Offset: 0x00050BB4
9
public
SchemeSettingElement
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x1700077E RID: 1918
15
// (get) Token: 0x06002005 RID: 8197 RVA: 0x000529C8 File Offset: 0x00050BC8
16
public
global::System.GenericUriParserOptions
GenericUriParserOptions
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
24
// Token: 0x1700077F RID: 1919
25
// (get) Token: 0x06002006 RID: 8198 RVA: 0x000529DC File Offset: 0x00050BDC
26
public
string
Name
27
{
28
get
29
{
30
throw
new
NotSupportedException
();
31
}
32
}
33
34
// Token: 0x17000780 RID: 1920
35
// (get) Token: 0x06002007 RID: 8199 RVA: 0x000529F0 File Offset: 0x00050BF0
36
protected
override
ConfigurationPropertyCollection
Properties
37
{
38
get
39
{
40
throw
new
NotSupportedException
();
41
}
42
}
43
}
44
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.SchemeSettingElement.Properties
override ConfigurationPropertyCollection Properties
Definition
SchemeSettingElement.cs:37
System.Configuration.SchemeSettingElement.Name
string Name
Definition
SchemeSettingElement.cs:27
System.Configuration.SchemeSettingElement.SchemeSettingElement
SchemeSettingElement()
Definition
SchemeSettingElement.cs:9
System.Configuration.SchemeSettingElement
Definition
SchemeSettingElement.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.GenericUriParserOptions
GenericUriParserOptions
Definition
GenericUriParserOptions.cs:8
System
Definition
__ComObject.cs:4
source
System
Configuration
SchemeSettingElement.cs
Generated by
1.10.0