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
WriteDelegate.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
5namespace Ionic.Zip
6{
7 // Token: 0x02000004 RID: 4
8 public sealed class WriteDelegate : MulticastDelegate
9 {
10 // Token: 0x06000005 RID: 5 RVA: 0x000020AC File Offset: 0x000002AC
11 public WriteDelegate(object @object, IntPtr method)
12 {
14 this.m_target = @object;
16 this.method_code = this;
17 }
18
19 // Token: 0x06000006 RID: 6 RVA: 0x00002100 File Offset: 0x00000300
20 public void Invoke(string entryName, Stream stream)
21 {
24 IntPtr method = this.method;
25 }
26
27 // Token: 0x06000007 RID: 7 RVA: 0x00002122 File Offset: 0x00000322
28 public IAsyncResult BeginInvoke(string entryName, Stream stream, AsyncCallback callback, object @object)
29 {
30 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
31 }
32
33 // Token: 0x06000008 RID: 8 RVA: 0x00002130 File Offset: 0x00000330
34 public void EndInvoke(IAsyncResult result)
35 {
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
void EndInvoke(IAsyncResult result)
WriteDelegate(object @object, IntPtr method)
void Invoke(string entryName, Stream stream)
IAsyncResult BeginInvoke(string entryName, Stream stream, AsyncCallback callback, object @object)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371