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
IOAsyncCallback.cs
Go to the documentation of this file.
1using System;
2
3namespace System
4{
5 // Token: 0x0200009A RID: 154
6 internal sealed class IOAsyncCallback : MulticastDelegate
7 {
8 // Token: 0x060002B4 RID: 692 RVA: 0x0000A8E4 File Offset: 0x00008AE4
9 public IOAsyncCallback(object @object, IntPtr method)
10 {
12 this.m_target = @object;
14 this.method_code = this;
15 }
16
17 // Token: 0x060002B5 RID: 693 RVA: 0x0000A944 File Offset: 0x00008B44
18 public void Invoke(global::System.IOAsyncResult ioares)
19 {
22 IntPtr method = this.method;
23 }
24 }
25}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
IOAsyncCallback(object @object, IntPtr method)
void Invoke(global::System.IOAsyncResult ioares)