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
SettingsLoadedEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x0200048C RID: 1164
6
public
class
SettingsLoadedEventArgs
:
EventArgs
7
{
8
// Token: 0x06001FA9 RID: 8105 RVA: 0x00052368 File Offset: 0x00050568
9
public
SettingsLoadedEventArgs
(
SettingsProvider
provider)
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x17000764 RID: 1892
15
// (get) Token: 0x06001FAA RID: 8106 RVA: 0x0005237C File Offset: 0x0005057C
16
public
SettingsProvider
Provider
17
{
18
get
19
{
20
throw
new
NotSupportedException
();
21
}
22
}
23
}
24
}
System.Configuration.SettingsLoadedEventArgs.SettingsLoadedEventArgs
SettingsLoadedEventArgs(SettingsProvider provider)
Definition
SettingsLoadedEventArgs.cs:9
System.Configuration.SettingsLoadedEventArgs
Definition
SettingsLoadedEventArgs.cs:7
System.Configuration.SettingsProvider
Definition
SettingsProvider.cs:8
System.EventArgs
Definition
EventArgs.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingsLoadedEventArgs.cs
Generated by
1.10.0