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
UriSection.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x020004B1 RID: 1201
6
public
sealed
class
UriSection
:
ConfigurationSection
7
{
8
// Token: 0x0600202C RID: 8236 RVA: 0x00052CB4 File Offset: 0x00050EB4
9
public
UriSection
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x1700078A RID: 1930
15
// (get) Token: 0x0600202D RID: 8237 RVA: 0x00052CC8 File Offset: 0x00050EC8
16
public
IdnElement
Idn
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
24
// Token: 0x1700078B RID: 1931
25
// (get) Token: 0x0600202E RID: 8238 RVA: 0x00052CDC File Offset: 0x00050EDC
26
public
IriParsingElement
IriParsing
27
{
28
get
29
{
30
throw
new
NotSupportedException
();
31
}
32
}
33
34
// Token: 0x1700078C RID: 1932
35
// (get) Token: 0x0600202F RID: 8239 RVA: 0x00052CF0 File Offset: 0x00050EF0
36
protected
override
ConfigurationPropertyCollection
Properties
37
{
38
get
39
{
40
throw
new
NotSupportedException
();
41
}
42
}
43
44
// Token: 0x1700078D RID: 1933
45
// (get) Token: 0x06002030 RID: 8240 RVA: 0x00052D04 File Offset: 0x00050F04
46
public
SchemeSettingElementCollection
SchemeSettings
47
{
48
get
49
{
50
throw
new
NotSupportedException
();
51
}
52
}
53
}
54
}
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.ConfigurationSection
Definition
ConfigurationSection.cs:8
System.Configuration.IdnElement
Definition
IdnElement.cs:7
System.Configuration.IriParsingElement
Definition
IriParsingElement.cs:7
System.Configuration.SchemeSettingElementCollection
Definition
SchemeSettingElementCollection.cs:8
System.Configuration.UriSection.SchemeSettings
SchemeSettingElementCollection SchemeSettings
Definition
UriSection.cs:47
System.Configuration.UriSection.IriParsing
IriParsingElement IriParsing
Definition
UriSection.cs:27
System.Configuration.UriSection.UriSection
UriSection()
Definition
UriSection.cs:9
System.Configuration.UriSection.Idn
IdnElement Idn
Definition
UriSection.cs:17
System.Configuration.UriSection.Properties
override ConfigurationPropertyCollection Properties
Definition
UriSection.cs:37
System.Configuration.UriSection
Definition
UriSection.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
UriSection.cs
Generated by
1.10.0