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
UnhandledExceptionEventHandler.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000119 RID: 281
6
[
Serializable
]
7
public
sealed
class
UnhandledExceptionEventHandler
:
MulticastDelegate
8
{
9
// Token: 0x06000B08 RID: 2824 RVA: 0x00018920 File Offset: 0x00016B20
10
public
UnhandledExceptionEventHandler
(
object
@
object
,
IntPtr
method
)
11
{
12
this.method_ptr
=
method
;
13
this.m_target
= @object;
14
this.method
=
method
;
15
this.method_code
=
this
;
16
}
17
18
// Token: 0x06000B09 RID: 2825 RVA: 0x00018980 File Offset: 0x00016B80
19
public
void
Invoke
(
object
sender
,
UnhandledExceptionEventArgs
e)
20
{
21
IntPtr
method_code
= this.
method_code
;
22
IntPtr
invoke_impl
= this.
invoke_impl
;
23
IntPtr
method
= this.
method
;
24
}
25
}
26
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.method_code
IntPtr method_code
Definition
Delegate.cs:386
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.Delegate.invoke_impl
IntPtr invoke_impl
Definition
Delegate.cs:371
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.UnhandledExceptionEventArgs
Definition
UnhandledExceptionEventArgs.cs:8
System.UnhandledExceptionEventHandler.UnhandledExceptionEventHandler
UnhandledExceptionEventHandler(object @object, IntPtr method)
Definition
UnhandledExceptionEventHandler.cs:10
System.UnhandledExceptionEventHandler.Invoke
void Invoke(object sender, UnhandledExceptionEventArgs e)
Definition
UnhandledExceptionEventHandler.cs:19
System.UnhandledExceptionEventHandler
Definition
UnhandledExceptionEventHandler.cs:8
System.Reflection.TypeAttributes.Serializable
@ Serializable
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
UnhandledExceptionEventHandler.cs
Generated by
1.10.0