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
UploadDataCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200017F")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60009F8")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1F01448", Offset = "0x1F01448", 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 = "0x170001FD")]
26 public byte[] Result
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x60009F9")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1F07268", Offset = "0x1F07268", 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 = "0x60009FA")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1F08820", Offset = "0x1F08820", 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 = "0x400079F")]
48 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
49 private readonly byte[] _result;
50 }
51}
class f__AnonymousType0<< Count > j__TPar
UploadDataCompletedEventArgs(byte[] result, Exception exception, bool cancelled, object userToken)