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
CloseDelegate.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
5namespace Ionic.Zip
6{
7 // Token: 0x02000006 RID: 6
8 public sealed class CloseDelegate : MulticastDelegate
9 {
10 // Token: 0x0600000D RID: 13 RVA: 0x000021B8 File Offset: 0x000003B8
11 public CloseDelegate(object @object, IntPtr method)
12 {
14 this.m_target = @object;
16 this.method_code = this;
17 }
18
19 // Token: 0x0600000E RID: 14 RVA: 0x0000220C File Offset: 0x0000040C
20 public void Invoke(string entryName, Stream stream)
21 {
24 IntPtr method = this.method;
25 }
26
27 // Token: 0x0600000F RID: 15 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: 0x06000010 RID: 16 RVA: 0x00002230 File Offset: 0x00000430
34 public void EndInvoke(IAsyncResult result)
35 {
36 }
37 }
38}
class f__AnonymousType0<< Count > j__TPar
void Invoke(string entryName, Stream stream)
IAsyncResult BeginInvoke(string entryName, Stream stream, AsyncCallback callback, object @object)
void EndInvoke(IAsyncResult result)
CloseDelegate(object @object, IntPtr method)
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371