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
AssemblyLoadEventHandler.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200008B RID: 139
8 {
9 // Token: 0x06000400 RID: 1024 RVA: 0x0000C570 File Offset: 0x0000A770
10 public AssemblyLoadEventHandler(object @object, IntPtr method)
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x06000401 RID: 1025 RVA: 0x0000C5D0 File Offset: 0x0000A7D0
19 public void Invoke(object sender, AssemblyLoadEventArgs args)
20 {
23 IntPtr method = this.method;
24 }
25 }
26}
class f__AnonymousType0<< Count > j__TPar
void Invoke(object sender, AssemblyLoadEventArgs args)
AssemblyLoadEventHandler(object @object, IntPtr method)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371