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
EventHandler.2.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x020000A5 RID: 165
6
public
sealed
class
EventHandler
<
TEventArgs
> :
MulticastDelegate
7
{
8
// Token: 0x06000676 RID: 1654 RVA: 0x0000F9A4 File Offset: 0x0000DBA4
9
public
EventHandler
(
object
@
object
,
IntPtr
method
)
10
{
11
}
12
13
// Token: 0x06000677 RID: 1655 RVA: 0x0000F9C4 File Offset: 0x0000DBC4
14
public
void
Invoke
(
object
sender
,
TEventArgs
e)
15
{
16
}
17
}
18
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.EventHandler.Invoke
void Invoke(object sender, TEventArgs e)
Definition
EventHandler.2.cs:14
System.EventHandler.EventHandler
EventHandler(object @object, IntPtr method)
Definition
EventHandler.2.cs:9
System.EventHandler
Definition
EventHandler.2.cs:7
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
mscorlib
System
EventHandler.2.cs
Generated by
1.10.0