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
UploadProgressChangedEventHandler.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000178 RID: 376
8 {
9 // Token: 0x060009E1 RID: 2529 RVA: 0x00021DD4 File Offset: 0x0001FFD4
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x060009E2 RID: 2530 RVA: 0x00021E34 File Offset: 0x00020034
25
26 // Token: 0x060009E3 RID: 2531 RVA: 0x00002050 File Offset: 0x00000250
28 {
29 throw new global::Cpp2IlInjected.AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
30 }
31
32 // Token: 0x060009E4 RID: 2532 RVA: 0x00021E58 File Offset: 0x00020058
33 public void EndInvoke(IAsyncResult result)
34 {
35 }
36 }
37}
class f__AnonymousType0<< Count > j__TPar
IntPtr method_code
Definition Delegate.cs:386
IntPtr invoke_impl
Definition Delegate.cs:371
IAsyncResult BeginInvoke(object sender, UploadProgressChangedEventArgs e, AsyncCallback callback, object @object)
void Invoke(object sender, UploadProgressChangedEventArgs e)