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
CrossContextDelegate.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
4
namespace
System.Runtime.Remoting.Contexts
5
{
6
// Token: 0x0200036B RID: 875
7
[
ComVisible
(
true
)]
8
public
sealed
class
CrossContextDelegate
:
MulticastDelegate
9
{
10
// Token: 0x06001D0E RID: 7438 RVA: 0x0003F854 File Offset: 0x0003DA54
11
public
CrossContextDelegate
(
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: 0x06001D0F RID: 7439 RVA: 0x0003F8A8 File Offset: 0x0003DAA8
20
public
void
Invoke
()
21
{
22
IntPtr
method_code
= this.
method_code
;
23
IntPtr
invoke_impl
= this.
invoke_impl
;
24
IntPtr
method
= this.
method
;
25
}
26
}
27
}
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.Runtime.Remoting.Contexts.CrossContextDelegate.CrossContextDelegate
CrossContextDelegate(object @object, IntPtr method)
Definition
CrossContextDelegate.cs:11
System.Runtime.Remoting.Contexts.CrossContextDelegate.Invoke
void Invoke()
Definition
CrossContextDelegate.cs:20
System.Runtime.Remoting.Contexts.CrossContextDelegate
Definition
CrossContextDelegate.cs:9
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Runtime.Remoting.Contexts
Definition
Context.cs:10
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
Runtime
Remoting
Contexts
CrossContextDelegate.cs
Generated by
1.10.0