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
IriParsingElement.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x0200049C RID: 1180
6
public
sealed
class
IriParsingElement
:
ConfigurationElement
7
{
8
// Token: 0x06001FEF RID: 8175 RVA: 0x00052828 File Offset: 0x00050A28
9
public
IriParsingElement
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x17000779 RID: 1913
15
// (get) Token: 0x06001FF0 RID: 8176 RVA: 0x0005283C File Offset: 0x00050A3C
16
// (set) Token: 0x06001FF1 RID: 8177 RVA: 0x00052850 File Offset: 0x00050A50
17
public
bool
Enabled
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
set
24
{
25
throw
new
NotSupportedException
();
26
}
27
}
28
29
// Token: 0x1700077A RID: 1914
30
// (get) Token: 0x06001FF2 RID: 8178 RVA: 0x00052864 File Offset: 0x00050A64
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.IriParsingElement.Enabled
bool Enabled
Definition
IriParsingElement.cs:18
System.Configuration.IriParsingElement.Properties
override ConfigurationPropertyCollection Properties
Definition
IriParsingElement.cs:32
System.Configuration.IriParsingElement.IriParsingElement
IriParsingElement()
Definition
IriParsingElement.cs:9
System.Configuration.IriParsingElement
Definition
IriParsingElement.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
IriParsingElement.cs
Generated by
1.10.0