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
ConsoleCancelEventHandler.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x02000126 RID: 294
7 {
8 // Token: 0x06000B94 RID: 2964 RVA: 0x0001A094 File Offset: 0x00018294
9 public ConsoleCancelEventHandler(object @object, IntPtr method)
10 {
12 this.m_target = @object;
14 this.method_code = this;
15 }
16
17 // Token: 0x06000B95 RID: 2965 RVA: 0x0001A0F4 File Offset: 0x000182F4
18 public void Invoke(object sender, ConsoleCancelEventArgs e)
19 {
22 IntPtr method = this.method;
23 }
24 }
25}
class f__AnonymousType0<< Count > j__TPar
ConsoleCancelEventHandler(object @object, IntPtr method)
void Invoke(object sender, ConsoleCancelEventArgs e)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371