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
RunWorkerCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x20003EC")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001ADA")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1E777B8", Offset = "0x1E777B8", Length = "0x38")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(BackgroundWorker), Member = "WorkerThreadStart", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
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 = "0x17000627")]
26 public object Result
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001ADB")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1E777F0", Offset = "0x1E777F0", 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
39 [Browsable(false)]
40 [global::Cpp2ILInjected.Token(Token = "0x17000628")]
41 public new object UserState
42 {
43 [global::Cpp2ILInjected.Token(Token = "0x6001ADC")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1E7780C", Offset = "0x1E7780C", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 get
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x400134E")]
53 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
54 private object result;
55 }
56}
class f__AnonymousType0<< Count > j__TPar
RunWorkerCompletedEventArgs(object result, Exception error, bool cancelled)