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
SettingsSavingEventHandler.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.ComponentModel
;
3
4
namespace
System.Configuration
5
{
6
// Token: 0x0200048D RID: 1165
7
public
sealed
class
SettingsSavingEventHandler
:
MulticastDelegate
8
{
9
// Token: 0x06001FAB RID: 8107 RVA: 0x00052390 File Offset: 0x00050590
10
public
SettingsSavingEventHandler
(
object
@
object
,
IntPtr
method
)
11
{
12
throw
new
NotSupportedException
();
13
}
14
15
// Token: 0x06001FAC RID: 8108 RVA: 0x000523A4 File Offset: 0x000505A4
16
public
void
Invoke
(
object
sender
, global::System.ComponentModel.CancelEventArgs e)
17
{
18
throw
new
NotSupportedException
();
19
}
20
21
// Token: 0x06001FAD RID: 8109 RVA: 0x000523B8 File Offset: 0x000505B8
22
public
IAsyncResult
BeginInvoke
(
object
sender
, global::System.ComponentModel.CancelEventArgs e,
AsyncCallback
callback,
object
@
object
)
23
{
24
throw
new
NotSupportedException
();
25
}
26
27
// Token: 0x06001FAE RID: 8110 RVA: 0x000523CC File Offset: 0x000505CC
28
public
void
EndInvoke
(
IAsyncResult
result)
29
{
30
throw
new
NotSupportedException
();
31
}
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.Configuration.SettingsSavingEventHandler.Invoke
void Invoke(object sender, global::System.ComponentModel.CancelEventArgs e)
Definition
SettingsSavingEventHandler.cs:16
System.Configuration.SettingsSavingEventHandler.BeginInvoke
IAsyncResult BeginInvoke(object sender, global::System.ComponentModel.CancelEventArgs e, AsyncCallback callback, object @object)
Definition
SettingsSavingEventHandler.cs:22
System.Configuration.SettingsSavingEventHandler.SettingsSavingEventHandler
SettingsSavingEventHandler(object @object, IntPtr method)
Definition
SettingsSavingEventHandler.cs:10
System.Configuration.SettingsSavingEventHandler.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
SettingsSavingEventHandler.cs:28
System.Configuration.SettingsSavingEventHandler
Definition
SettingsSavingEventHandler.cs:8
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.NotSupportedException
Definition
NotSupportedException.cs:9
System.IAsyncResult
Definition
IAsyncResult.cs:8
System.ComponentModel
Definition
AddingNewEventArgs.cs:6
System.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
System
Configuration
SettingsSavingEventHandler.cs
Generated by
1.10.0