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.
1using System;
2
3namespace System
4{
5 // Token: 0x02000119 RID: 281
8 {
9 // Token: 0x06000B08 RID: 2824 RVA: 0x00018920 File Offset: 0x00016B20
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x06000B09 RID: 2825 RVA: 0x00018980 File Offset: 0x00016B80
20 {
23 IntPtr method = this.method;
24 }
25 }
26}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
UnhandledExceptionEventHandler(object @object, IntPtr method)
void Invoke(object sender, UnhandledExceptionEventArgs e)