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
WriteStreamClosedEventHandler.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Net
6{
7 // Token: 0x02000179 RID: 377
8 [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]
10 {
11 // Token: 0x060009E5 RID: 2533 RVA: 0x00021E68 File Offset: 0x00020068
13 {
15 this.m_target = @object;
17 this.method_code = this;
18 }
19
20 // Token: 0x060009E6 RID: 2534 RVA: 0x00021EC8 File Offset: 0x000200C8
22 {
25 IntPtr method = this.method;
26 }
27
28 // Token: 0x060009E7 RID: 2535 RVA: 0x00002050 File Offset: 0x00000250
29 public IAsyncResult BeginInvoke(object sender, WriteStreamClosedEventArgs e, AsyncCallback callback, object @object)
30 {
31 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33
34 // Token: 0x060009E8 RID: 2536 RVA: 0x00021EEC File Offset: 0x000200EC
35 public void EndInvoke(IAsyncResult result)
36 {
37 }
38 }
39}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
void Invoke(object sender, WriteStreamClosedEventArgs e)
WriteStreamClosedEventHandler(object @object, IntPtr method)
IAsyncResult BeginInvoke(object sender, WriteStreamClosedEventArgs e, AsyncCallback callback, object @object)