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
WaitOrTimerCallback.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001FE RID: 510
7 [ComVisible(true)]
9 {
10 // Token: 0x06001236 RID: 4662 RVA: 0x00026784 File Offset: 0x00024984
11 public WaitOrTimerCallback(object @object, IntPtr method)
12 {
15 this.method_code = this;
16 }
17
18 // Token: 0x06001237 RID: 4663 RVA: 0x000267DC File Offset: 0x000249DC
19 public void Invoke(object state, bool timedOut)
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
WaitOrTimerCallback(object @object, IntPtr method)
void Invoke(object state, bool timedOut)