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
AsyncProtocolResult.cs
Go to the documentation of this file.
1using System;
6
7namespace Mono.Net.Security
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200004C")]
10 internal class AsyncProtocolResult
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700001A")]
13 public int UserResult
14 {
16 [global::Cpp2ILInjected.Token(Token = "0x60000C3")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1D47B8C", Offset = "0x1D47B8C", Length = "0x8")]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
19 get
20 {
21 throw null;
22 }
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x1700001B")]
27 {
29 [global::Cpp2ILInjected.Token(Token = "0x60000C4")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1D47B94", Offset = "0x1D47B94", Length = "0x8")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 get
33 {
34 throw null;
35 }
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x60000C5")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1D47B9C", Offset = "0x1D47B9C", Length = "0x28")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
42 public AsyncProtocolResult(int result)
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x60000C6")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1D47BC4", Offset = "0x1D47BC4", Length = "0x28")]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
52 {
53 throw null;
54 }
55
57 [global::Cpp2ILInjected.Token(Token = "0x40000A6")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
59 private readonly int <UserResult>k__BackingField;
60
62 [global::Cpp2ILInjected.Token(Token = "0x40000A7")]
63 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
64 private readonly ExceptionDispatchInfo <Error>k__BackingField;
65 }
66}
class f__AnonymousType0<< Count > j__TPar
readonly ExceptionDispatchInfo< Error > k__BackingField
readonly int< UserResult > k__BackingField
AsyncProtocolResult(ExceptionDispatchInfo error)