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
AppSettingsReader.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x0200048F RID: 1167
6
public
class
AppSettingsReader
7
{
8
// Token: 0x06001FB0 RID: 8112 RVA: 0x000523F4 File Offset: 0x000505F4
9
public
AppSettingsReader
()
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x06001FB1 RID: 8113 RVA: 0x00052408 File Offset: 0x00050608
15
public
object
GetValue
(
string
key
,
Type
type)
16
{
17
throw
new
NotSupportedException
();
18
}
19
}
20
}
System.Configuration.AppSettingsReader.AppSettingsReader
AppSettingsReader()
Definition
AppSettingsReader.cs:9
System.Configuration.AppSettingsReader.GetValue
object GetValue(string key, Type type)
Definition
AppSettingsReader.cs:15
System.Configuration.AppSettingsReader
Definition
AppSettingsReader.cs:7
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Type
Definition
Type.cs:12
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
System
Configuration
AppSettingsReader.cs
Generated by
1.10.0