terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
DownloadStringCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200017C")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60009EF")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F00480", Offset = "0x1F00480", Length = "0x38")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncCompletedEventArgs), Member = ".ctor", MemberParameters = new object[]
15 {
17 typeof(bool),
18 typeof(object)
19 }, ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x170001FA")]
26 public string Result
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x60009F0")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F070EC", Offset = "0x1F070EC", Length = "0x1C")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncCompletedEventArgs), Member = "RaiseExceptionIfNecessary", ReturnType = typeof(void))]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60009F1")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1F08778", Offset = "0x1F08778", Length = "0x38")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x400079C")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
49 private readonly string _result;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
DownloadStringCompletedEventArgs(string result, Exception exception, bool cancelled, object userToken)