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.
1
using
System
;
2
using
System.IO
;
3
using
Cpp2IlInjected
;
4
5
namespace
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
{
13
this.method_ptr
=
method
;
14
this.m_target
= @object;
15
this.method
=
method
;
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
{
22
IntPtr
method_code
= this.
method_code
;
23
IntPtr
invoke_impl
= this.
invoke_impl
;
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
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
Ionic.Zip.WriteDelegate.EndInvoke
void EndInvoke(IAsyncResult result)
Definition
WriteDelegate.cs:34
Ionic.Zip.WriteDelegate.WriteDelegate
WriteDelegate(object @object, IntPtr method)
Definition
WriteDelegate.cs:11
Ionic.Zip.WriteDelegate.Invoke
void Invoke(string entryName, Stream stream)
Definition
WriteDelegate.cs:20
Ionic.Zip.WriteDelegate.BeginInvoke
IAsyncResult BeginInvoke(string entryName, Stream stream, AsyncCallback callback, object @object)
Definition
WriteDelegate.cs:28
Ionic.Zip.WriteDelegate
Definition
WriteDelegate.cs:9
System.AsyncCallback
Definition
AsyncCallback.cs:9
System.Delegate.method_code
IntPtr method_code
Definition
Delegate.cs:386
System.Delegate.method
IntPtr method
Definition
Delegate.cs:377
System.Delegate.invoke_impl
IntPtr invoke_impl
Definition
Delegate.cs:371
System.IO.Stream
Definition
Stream.cs:15
System.MulticastDelegate
Definition
MulticastDelegate.cs:13
System.IAsyncResult
Definition
IAsyncResult.cs:8
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
Ionic.Zip
Definition
AddOrUpdateAction.cs:4
System.IO
Definition
__Error.cs:4
System
Definition
__ComObject.cs:4
System.IntPtr
Definition
IntPtr.cs:13
source
Ionic.Zip.CF
Ionic
Zip
WriteDelegate.cs
Generated by
1.10.0