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
SettingChangingEventArgs.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.ComponentModel
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x0200048A RID: 1162
7
public
class
SettingChangingEventArgs
: global::System.ComponentModel.
CancelEventArgs
8
{
9
// Token: 0x06001FA0 RID: 8096 RVA: 0x000522B4 File Offset: 0x000504B4
10
public
SettingChangingEventArgs
(
string
settingName
,
string
settingClass
,
string
settingKey
,
object
newValue,
bool
cancel
)
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x17000760 RID: 1888
16
// (get) Token: 0x06001FA1 RID: 8097 RVA: 0x000522C8 File Offset: 0x000504C8
17
public
object
NewValue
18
{
19
get
20
{
21
throw
new
NotSupportedException
();
22
}
23
}
24
25
// Token: 0x17000761 RID: 1889
26
// (get) Token: 0x06001FA2 RID: 8098 RVA: 0x000522DC File Offset: 0x000504DC
27
public
string
SettingClass
28
{
29
get
30
{
31
throw
new
NotSupportedException
();
32
}
33
}
34
35
// Token: 0x17000762 RID: 1890
36
// (get) Token: 0x06001FA3 RID: 8099 RVA: 0x000522F0 File Offset: 0x000504F0
37
public
string
SettingKey
38
{
39
get
40
{
41
throw
new
NotSupportedException
();
42
}
43
}
44
45
// Token: 0x17000763 RID: 1891
46
// (get) Token: 0x06001FA4 RID: 8100 RVA: 0x00052304 File Offset: 0x00050504
47
public
string
SettingName
48
{
49
get
50
{
51
throw
new
NotSupportedException
();
52
}
53
}
54
}
55
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.ComponentModel.CancelEventArgs
Definition
CancelEventArgs.cs:8
System.Configuration.SettingChangingEventArgs.SettingChangingEventArgs
SettingChangingEventArgs(string settingName, string settingClass, string settingKey, object newValue, bool cancel)
Definition
SettingChangingEventArgs.cs:10
System.Configuration.SettingChangingEventArgs.SettingName
string SettingName
Definition
SettingChangingEventArgs.cs:48
System.Configuration.SettingChangingEventArgs.NewValue
object NewValue
Definition
SettingChangingEventArgs.cs:18
System.Configuration.SettingChangingEventArgs.SettingKey
string SettingKey
Definition
SettingChangingEventArgs.cs:38
System.Configuration.SettingChangingEventArgs.SettingClass
string SettingClass
Definition
SettingChangingEventArgs.cs:28
System.Configuration.SettingChangingEventArgs
Definition
SettingChangingEventArgs.cs:8
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
source
System
Configuration
SettingChangingEventArgs.cs
Generated by
1.10.0