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
CallbackClosure.cs
Go to the documentation of this file.
1using System;
5
6namespace System.Net
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000121")]
9 internal class CallbackClosure
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60006DF")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1EE0270", Offset = "0x1EE0270", Length = "0x30")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 internal CallbackClosure(ExecutionContext context, AsyncCallback callback)
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x60006E0")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1EE0254", Offset = "0x1EE0254", Length = "0x1C")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = "Equals", MemberParameters = new object[]
24 {
25 typeof(object),
26 typeof(object)
27 }, ReturnType = typeof(bool))]
28 internal bool IsCompatible(AsyncCallback callback)
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700017A")]
34 internal AsyncCallback AsyncCallback
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x60006E1")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1EE09C4", Offset = "0x1EE09C4", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x1700017B")]
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x60006E2")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1EE09CC", Offset = "0x1EE09CC", Length = "0x8")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 get
52 {
53 throw null;
54 }
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x400054A")]
58 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
59 private AsyncCallback _savedCallback;
60
61 [global::Cpp2ILInjected.Token(Token = "0x400054B")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
64 }
65}
class f__AnonymousType0<< Count > j__TPar
CallbackClosure(ExecutionContext context, AsyncCallback callback)
ExecutionContext _savedContext
bool IsCompatible(AsyncCallback callback)