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
DownloadStringCompletedEventHandler.cs
Go to the documentation of this file.
1using System;
3
4namespace System.Net
5{
6 // Token: 0x02000171 RID: 369
8 {
9 // Token: 0x060009C5 RID: 2501 RVA: 0x000219D8 File Offset: 0x0001FBD8
11 {
13 this.m_target = @object;
15 this.method_code = this;
16 }
17
18 // Token: 0x060009C6 RID: 2502 RVA: 0x00021A38 File Offset: 0x0001FC38
25
26 // Token: 0x060009C7 RID: 2503 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: 0x060009C8 RID: 2504 RVA: 0x00021A5C File Offset: 0x0001FC5C
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
void Invoke(object sender, DownloadStringCompletedEventArgs e)
IAsyncResult BeginInvoke(object sender, DownloadStringCompletedEventArgs e, AsyncCallback callback, object @object)