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
WaitCallback.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Threading
5{
6 // Token: 0x020001FD RID: 509
7 [ComVisible(true)]
8 public sealed class WaitCallback : MulticastDelegate
9 {
10 // Token: 0x06001234 RID: 4660 RVA: 0x00026700 File Offset: 0x00024900
11 public WaitCallback(object @object, IntPtr method)
12 {
14 this.m_target = @object;
16 this.method_code = this;
17 }
18
19 // Token: 0x06001235 RID: 4661 RVA: 0x00026760 File Offset: 0x00024960
20 public void Invoke(object state)
21 {
24 IntPtr method = this.method;
25 }
26 }
27}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
WaitCallback(object @object, IntPtr method)
void Invoke(object state)