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
SettingChangingEventHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x02000489 RID: 1161
6
public
sealed
class
SettingChangingEventHandler
:
MulticastDelegate
7
{
8
// Token: 0x06001F9C RID: 8092 RVA: 0x00052264 File Offset: 0x00050464
9
public
SettingChangingEventHandler
(
object
@
object
,
IntPtr
method
)
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x06001F9D RID: 8093 RVA: 0x00052278 File Offset: 0x00050478
15
public
void
Invoke
(
object
sender
,
SettingChangingEventArgs
e)
16
{
17
throw
new
NotSupportedException
();
18
}
19
20
// Token: 0x06001F9E RID: 8094 RVA: 0x0005228C File Offset: 0x0005048C
21
public
IAsyncResult
BeginInvoke
(
object
sender
,
SettingChangingEventArgs
e,
AsyncCallback
callback,
object
@
object
)
22
{
23
throw
new
NotSupportedException
();
24
}
25
26
// Token: 0x06001F9F RID: 8095 RVA: 0x000522A0 File Offset: 0x000504A0
27
public
void
EndInvoke
(
IAsyncResult
result)
28
{
29
throw
new
NotSupportedException
();
30
}
31
}
32
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.Configuration.SettingChangingEventArgs
Definition
SettingChangingEventArgs.cs:8
System.Configuration.SettingChangingEventHandler.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
SettingChangingEventHandler.cs:27
System.Configuration.SettingChangingEventHandler.BeginInvoke
IAsyncResult BeginInvoke(object sender, SettingChangingEventArgs e, AsyncCallback callback, object @object)
Definition
SettingChangingEventHandler.cs:21
System.Configuration.SettingChangingEventHandler.SettingChangingEventHandler
SettingChangingEventHandler(object @object, IntPtr method)
Definition
SettingChangingEventHandler.cs:9
System.Configuration.SettingChangingEventHandler.Invoke
void Invoke(object sender, SettingChangingEventArgs e)
Definition
SettingChangingEventHandler.cs:15
System.Configuration.SettingChangingEventHandler
Definition
SettingChangingEventHandler.cs:7
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.Configuration
Definition
AssemblyHashAlgorithm.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
System
Configuration
SettingChangingEventHandler.cs
Generated by
1.10.0