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.
1
using
System
;
2
using
System.Configuration.Provider
;
3
4
namespace
System.Configuration
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
21
public
abstract
SettingsPropertyValueCollection
GetPropertyValues
(
SettingsContext
context,
SettingsPropertyCollection
collection
);
22
23
// Token: 0x06001E3A RID: 7738
24
public
abstract
void
SetPropertyValues
(
SettingsContext
context,
SettingsPropertyValueCollection
collection
);
25
}
26
}
System.Configuration.Provider.ProviderBase
Definition
ProviderBase.cs:8
System.Configuration.SettingsContext
Definition
SettingsContext.cs:9
System.Configuration.SettingsPropertyCollection
Definition
SettingsPropertyCollection.cs:8
System.Configuration.SettingsPropertyValueCollection
Definition
SettingsPropertyValueCollection.cs:8
System.Configuration.SettingsProvider.ApplicationName
string ApplicationName
Definition
SettingsProvider.cs:18
System.Configuration.SettingsProvider.SettingsProvider
SettingsProvider()
Definition
SettingsProvider.cs:10
System.Configuration.SettingsProvider.GetPropertyValues
SettingsPropertyValueCollection GetPropertyValues(SettingsContext context, SettingsPropertyCollection collection)
System.Configuration.SettingsProvider.SetPropertyValues
void SetPropertyValues(SettingsContext context, SettingsPropertyValueCollection collection)
System.Configuration.SettingsProvider
Definition
SettingsProvider.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration.Provider
Definition
ProviderBase.cs:5
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System.ExceptionArgument.collection
@ collection
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsProvider.cs
Generated by
1.10.0