terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
RunWorkerCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020003EC RID: 1004
7 {
8 // Token: 0x06001ADA RID: 6874 RVA: 0x0004AD44 File Offset: 0x00048F44
12
13 // Token: 0x17000627 RID: 1575
14 // (get) Token: 0x06001ADB RID: 6875 RVA: 0x0004AD58 File Offset: 0x00048F58
15 public object Result
16 {
17 get
18 {
19 base.RaiseExceptionIfNecessary();
20 return this.result;
21 }
22 }
23
24 // Token: 0x17000628 RID: 1576
25 // (get) Token: 0x06001ADC RID: 6876 RVA: 0x0004AD74 File Offset: 0x00048F74
27 [Browsable(false)]
28 public new object UserState
29 {
30 get
31 {
32 return this.userState;
33 }
34 }
35
36 // Token: 0x0400134E RID: 4942
37 private object result = result;
38 }
39}
class f__AnonymousType0<< Count > j__TPar
RunWorkerCompletedEventArgs(object result, Exception error, bool cancelled)