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
SettingsProvider.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000458 RID: 1112
7 public abstract class SettingsProvider : ProviderBase
8 {
9 // Token: 0x06001E36 RID: 7734 RVA: 0x00050704 File Offset: 0x0004E904
10 protected SettingsProvider()
11 {
12 throw new NotSupportedException();
13 }
14
15 // Token: 0x170006D2 RID: 1746
16 // (get) Token: 0x06001E37 RID: 7735
17 // (set) Token: 0x06001E38 RID: 7736
18 public abstract string ApplicationName { get; set; }
19
20 // Token: 0x06001E39 RID: 7737
22
23 // Token: 0x06001E3A RID: 7738
25 }
26}
SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)
void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)