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
MonoAsyncCall.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System
5
{
6
// Token: 0x02000180 RID: 384
7
[
StructLayout
(0)]
8
internal
class
MonoAsyncCall
9
{
10
// Token: 0x06000F0C RID: 3852 RVA: 0x000200C4 File Offset: 0x0001E2C4
11
public
MonoAsyncCall
()
12
{
13
}
14
15
// Token: 0x0400067D RID: 1661
16
private
object
msg
;
17
18
// Token: 0x0400067E RID: 1662
19
private
IntPtr
cb_method
;
20
21
// Token: 0x0400067F RID: 1663
22
private
object
cb_target
;
23
24
// Token: 0x04000680 RID: 1664
25
private
object
state
;
26
27
// Token: 0x04000681 RID: 1665
28
private
object
res
;
29
30
// Token: 0x04000682 RID: 1666
31
private
object
out_args
;
32
}
33
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.MonoAsyncCall.cb_method
IntPtr cb_method
Definition
MonoAsyncCall.cs:19
System.MonoAsyncCall.state
object state
Definition
MonoAsyncCall.cs:25
System.MonoAsyncCall.out_args
object out_args
Definition
MonoAsyncCall.cs:31
System.MonoAsyncCall.cb_target
object cb_target
Definition
MonoAsyncCall.cs:22
System.MonoAsyncCall.res
object res
Definition
MonoAsyncCall.cs:28
System.MonoAsyncCall.msg
object msg
Definition
MonoAsyncCall.cs:16
System.MonoAsyncCall.MonoAsyncCall
MonoAsyncCall()
Definition
MonoAsyncCall.cs:11
System.MonoAsyncCall
Definition
MonoAsyncCall.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
MonoAsyncCall.cs
Generated by
1.10.0