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
IdnElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000499 RID: 1177
6
public
sealed
class
IdnElement
:
ConfigurationElement
7
{
8
// Token: 0x06001FE2 RID: 8162 RVA: 0x000527B0 File Offset: 0x000509B0
9
public
IdnElement
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x17000775 RID: 1909
15
// (get) Token: 0x06001FE3 RID: 8163 RVA: 0x000527C4 File Offset: 0x000509C4
16
// (set) Token: 0x06001FE4 RID: 8164 RVA: 0x000527D8 File Offset: 0x000509D8
17
public
global::System.UriIdnScope
Enabled
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
set
24
{
25
throw
new
NotSupportedException
();
26
}
27
}
28
29
// Token: 0x17000776 RID: 1910
30
// (get) Token: 0x06001FE5 RID: 8165 RVA: 0x000527EC File Offset: 0x000509EC
31
protected
override
ConfigurationPropertyCollection
Properties
32
{
33
get
34
{
35
throw
new
NotSupportedException
();
36
}
37
}
38
}
39
}
System.Configuration.ConfigurationElement
Definition
ConfigurationElement.cs:10
System.Configuration.ConfigurationPropertyCollection
Definition
ConfigurationPropertyCollection.cs:9
System.Configuration.IdnElement.Enabled
global::System.UriIdnScope Enabled
Definition
IdnElement.cs:18
System.Configuration.IdnElement.Properties
override ConfigurationPropertyCollection Properties
Definition
IdnElement.cs:32
System.Configuration.IdnElement.IdnElement
IdnElement()
Definition
IdnElement.cs:9
System.Configuration.IdnElement
Definition
IdnElement.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
IdnElement.cs
Generated by
1.10.0