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
AsyncCallback.cs
Go to the documentation of this file.
1
using
System
;
2
using
Cpp2IlInjected
;
3
4
namespace
System
5
{
6
// Token: 0x0200008C RID: 140
7
[
Serializable
]
8
public
sealed
class
AsyncCallback
:
MulticastDelegate
9
{
10
// Token: 0x06000402 RID: 1026 RVA: 0x0000C5F4 File Offset: 0x0000A7F4
11
public
AsyncCallback
(
object
@
object
,
IntPtr
method
)
12
{
13
this.method_ptr
=
method
;
14
this.m_target
= @object;
15
this.method
=
method
;
16
this.method_code
=
this
;
17
}
18
19
// Token: 0x06000403 RID: 1027 RVA: 0x0000C654 File Offset: 0x0000A854
20
public
void
Invoke
(
IAsyncResult
ar
)
21
{
22
IntPtr
method_code
= this.
method_code
;
23
IntPtr
invoke_impl
= this.
invoke_impl
;
24
IntPtr
method
= this.
method
;
25
}
26
27
// Token: 0x06000404 RID: 1028 RVA: 0x0000207A File Offset: 0x0000027A
28
public
IAsyncResult
BeginInvoke
(
IAsyncResult
ar
,
AsyncCallback
callback,
object
@
object
)
29
{
30
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
31
}
32
33
// Token: 0x06000405 RID: 1029 RVA: 0x0000C678 File Offset: 0x0000A878
34
public
void
EndInvoke
(
IAsyncResult
result)
35
{
36
}
37
}
38
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.AsyncCallback.AsyncCallback
AsyncCallback(object @object, IntPtr method)
Definition
AsyncCallback.cs:11
System.AsyncCallback.BeginInvoke
IAsyncResult BeginInvoke(IAsyncResult ar, AsyncCallback callback, object @object)
Definition
AsyncCallback.cs:28
System.AsyncCallback.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
AsyncCallback.cs:34
System.AsyncCallback.Invoke
void Invoke(IAsyncResult ar)
Definition
AsyncCallback.cs:20
System.AsyncCallback
Definition
AsyncCallback.cs:9
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.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Reflection.TypeAttributes.Serializable
@ Serializable
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
AsyncCallback.cs
Generated by
1.10.0