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
DownloadProgressChangedEventArgs.cs
Go to the documentation of this file.
1using System;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000182")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6000A01")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1F03A74", Offset = "0x1F03A74", Length = "0x2C")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ProgressChangedEventArgs), Member = ".ctor", MemberParameters = new object[]
16 {
17 typeof(int),
18 typeof(object)
19 }, ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x17000200")]
26 public long BytesReceived
27 {
29 [global::Cpp2ILInjected.Token(Token = "0x6000A02")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F088C8", Offset = "0x1F088C8", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x17000201")]
40 {
42 [global::Cpp2ILInjected.Token(Token = "0x6000A03")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1F088D0", Offset = "0x1F088D0", Length = "0x8")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 get
46 {
47 throw null;
48 }
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x6000A04")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1F088D8", Offset = "0x1F088D8", Length = "0x38")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 {
57 throw null;
58 }
59
61 [global::Cpp2ILInjected.Token(Token = "0x40007A2")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
63 private readonly long <BytesReceived>k__BackingField;
64
66 [global::Cpp2ILInjected.Token(Token = "0x40007A3")]
67 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
68 private readonly long <TotalBytesToReceive>k__BackingField;
69 }
70}
class f__AnonymousType0<< Count > j__TPar
DownloadProgressChangedEventArgs(int progressPercentage, object userToken, long bytesReceived, long totalBytesToReceive)