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
ProgressChangedEventArgs.cs
Go to the documentation of this file.
1using System;
2using System.Net;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20003E7")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001A73")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1E698FC", Offset = "0x1E698FC", Length = "0x74")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(WebClient), Member = "PostProgressChanged", MemberParameters = new object[]
14 {
16 "System.Net.WebClient.ProgressData"
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DownloadProgressChangedEventArgs), Member = ".ctor", MemberParameters = new object[]
19 {
20 typeof(int),
21 typeof(object),
22 typeof(long),
23 typeof(long)
24 }, ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UploadProgressChangedEventArgs), Member = ".ctor", MemberParameters = new object[]
26 {
27 typeof(int),
28 typeof(object),
29 typeof(long),
30 typeof(long),
31 typeof(long),
32 typeof(long)
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BackgroundWorker), Member = "ReportProgress", MemberParameters = new object[]
35 {
36 typeof(int),
37 typeof(object)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventArgs), Member = ".ctor", ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
43 {
44 throw null;
45 }
46
47 [SRDescription("Percentage progress made in operation.")]
48 [global::Cpp2ILInjected.Token(Token = "0x17000615")]
50 {
51 [global::Cpp2ILInjected.Token(Token = "0x6001A74")]
52 [global::Cpp2ILInjected.Address(RVA = "0x1E69970", Offset = "0x1E69970", Length = "0x8")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 get
55 {
56 throw null;
57 }
58 }
59
60 [SRDescription("User-supplied state to identify operation.")]
61 [global::Cpp2ILInjected.Token(Token = "0x17000616")]
62 public object UserState
63 {
64 [global::Cpp2ILInjected.Token(Token = "0x6001A75")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1E69978", Offset = "0x1E69978", Length = "0x8")]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
67 get
68 {
69 throw null;
70 }
71 }
72
73 [global::Cpp2ILInjected.Token(Token = "0x4001319")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
76
77 [global::Cpp2ILInjected.Token(Token = "0x400131A")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
79 private readonly object userState;
80 }
81}
class f__AnonymousType0<< Count > j__TPar
ProgressChangedEventArgs(int progressPercentage, object userState)