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
SendOrPostCallback.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Threading
4
{
5
// Token: 0x020001C0 RID: 448
6
public
sealed
class
SendOrPostCallback
:
MulticastDelegate
7
{
8
// Token: 0x060010BE RID: 4286 RVA: 0x0002378C File Offset: 0x0002198C
9
public
SendOrPostCallback
(
object
@
object
,
IntPtr
method
)
10
{
11
this.method_ptr
=
method
;
12
this.m_target
= @object;
13
this.method
=
method
;
14
this.method_code
=
this
;
15
}
16
17
// Token: 0x060010BF RID: 4287 RVA: 0x000237EC File Offset: 0x000219EC
18
public
void
Invoke
(
object
state
)
19
{
20
IntPtr
method_code
= this.
method_code
;
21
IntPtr
invoke_impl
= this.
invoke_impl
;
22
IntPtr
method
= this.
method
;
23
}
24
}
25
}
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.Threading.SendOrPostCallback.SendOrPostCallback
SendOrPostCallback(object @object, IntPtr method)
Definition
SendOrPostCallback.cs:9
System.Threading.SendOrPostCallback.Invoke
void Invoke(object state)
Definition
SendOrPostCallback.cs:18
System.Threading.SendOrPostCallback
Definition
SendOrPostCallback.cs:7
System.Threading
Definition
_ThreadPoolWaitCallback.cs:4
System.ExceptionArgument.state
@ state
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Threading
SendOrPostCallback.cs
Generated by
1.10.0