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
ConfigurationSettings.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000494 RID: 1172
7 public sealed class ConfigurationSettings
8 {
9 // Token: 0x06001FD1 RID: 8145 RVA: 0x00052688 File Offset: 0x00050888
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x1700076F RID: 1903
16 // (get) Token: 0x06001FD2 RID: 8146 RVA: 0x0005269C File Offset: 0x0005089C
17 public static global::System.Collections.Specialized.NameValueCollection AppSettings
18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }
24
25 // Token: 0x06001FD3 RID: 8147 RVA: 0x000526B0 File Offset: 0x000508B0
26 [Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.GetSection")]
27 public static object GetConfig(string sectionName)
28 {
29 throw new NotSupportedException();
30 }
31 }
32}
class f__AnonymousType0<< Count > j__TPar
static global::System.Collections.Specialized.NameValueCollection AppSettings
static object GetConfig(string sectionName)