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
OpenReadCompletedEventArgs.cs
Go to the documentation of this file.
1using System;
3using System.IO;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x200017A")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60009E9")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1EFFF84", Offset = "0x1EFFF84", Length = "0x38")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncCompletedEventArgs), Member = ".ctor", MemberParameters = new object[]
16 {
18 typeof(bool),
19 typeof(object)
20 }, ReturnType = typeof(void))]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x170001F8")]
28 {
29 [global::Cpp2ILInjected.Token(Token = "0x60009EA")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F07134", Offset = "0x1F07134", Length = "0x1C")]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncCompletedEventArgs), Member = "RaiseExceptionIfNecessary", ReturnType = typeof(void))]
33 get
34 {
35 throw null;
36 }
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x60009EB")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1F08708", Offset = "0x1F08708", Length = "0x38")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x400079A")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
51 }
52}
class f__AnonymousType0<< Count > j__TPar
OpenReadCompletedEventArgs(Stream result, Exception exception, bool cancelled, object userToken)