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
SettingsLoadedEventHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Configuration
4
{
5
// Token: 0x0200048B RID: 1163
6
public
sealed
class
SettingsLoadedEventHandler
:
MulticastDelegate
7
{
8
// Token: 0x06001FA5 RID: 8101 RVA: 0x00052318 File Offset: 0x00050518
9
public
SettingsLoadedEventHandler
(
object
@
object
,
IntPtr
method
)
10
{
11
throw
new
NotSupportedException
();
12
}
13
14
// Token: 0x06001FA6 RID: 8102 RVA: 0x0005232C File Offset: 0x0005052C
15
public
void
Invoke
(
object
sender
,
SettingsLoadedEventArgs
e)
16
{
17
throw
new
NotSupportedException
();
18
}
19
20
// Token: 0x06001FA7 RID: 8103 RVA: 0x00052340 File Offset: 0x00050540
21
public
IAsyncResult
BeginInvoke
(
object
sender
,
SettingsLoadedEventArgs
e,
AsyncCallback
callback,
object
@
object
)
22
{
23
throw
new
NotSupportedException
();
24
}
25
26
// Token: 0x06001FA8 RID: 8104 RVA: 0x00052354 File Offset: 0x00050554
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.SettingsLoadedEventArgs
Definition
SettingsLoadedEventArgs.cs:7
System.Configuration.SettingsLoadedEventHandler.Invoke
void Invoke(object sender, SettingsLoadedEventArgs e)
Definition
SettingsLoadedEventHandler.cs:15
System.Configuration.SettingsLoadedEventHandler.BeginInvoke
IAsyncResult BeginInvoke(object sender, SettingsLoadedEventArgs e, AsyncCallback callback, object @object)
Definition
SettingsLoadedEventHandler.cs:21
System.Configuration.SettingsLoadedEventHandler.SettingsLoadedEventHandler
SettingsLoadedEventHandler(object @object, IntPtr method)
Definition
SettingsLoadedEventHandler.cs:9
System.Configuration.SettingsLoadedEventHandler.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
SettingsLoadedEventHandler.cs:27
System.Configuration.SettingsLoadedEventHandler
Definition
SettingsLoadedEventHandler.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
SettingsLoadedEventHandler.cs
Generated by
1.10.0