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
AsyncProtocolResult.cs
Go to the documentation of this file.
1using System;
4
5namespace Mono.Net.Security
6{
7 // Token: 0x0200004C RID: 76
8 internal class AsyncProtocolResult
9 {
10 // Token: 0x1700001A RID: 26
11 // (get) Token: 0x060000C3 RID: 195 RVA: 0x00003D20 File Offset: 0x00001F20
12 public int UserResult
13 {
15 get
16 {
17 return this.<UserResult>k__BackingField;
18 }
19 }
20
21 // Token: 0x1700001B RID: 27
22 // (get) Token: 0x060000C4 RID: 196 RVA: 0x00003D34 File Offset: 0x00001F34
24 {
26 get
27 {
28 return this.<Error>k__BackingField;
29 }
30 }
31
32 // Token: 0x060000C5 RID: 197 RVA: 0x00003D48 File Offset: 0x00001F48
33 public AsyncProtocolResult(int result)
34 {
35 this.UserResult = result;
36 }
37
38 // Token: 0x060000C6 RID: 198 RVA: 0x00003D64 File Offset: 0x00001F64
40 {
41 this.Error = error;
42 }
43
44 // Token: 0x040000A6 RID: 166
46 private readonly int <UserResult>k__BackingField;
47
48 // Token: 0x040000A7 RID: 167
50 private readonly ExceptionDispatchInfo <Error>k__BackingField;
51 }
52}
class f__AnonymousType0<< Count > j__TPar
readonly ExceptionDispatchInfo< Error > k__BackingField
readonly int< UserResult > k__BackingField
AsyncProtocolResult(ExceptionDispatchInfo error)