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
AsyncStreamReader.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4using System.Text;
8
9namespace System.Diagnostics
10{
11 [global::Cpp2ILInjected.Token(Token = "0x20000D5")]
12 internal class AsyncStreamReader
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x60004D8")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1EC7400", Offset = "0x1EC7400", Length = "0x10")]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
18 public virtual void Close()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x60004D9")]
24 [global::Cpp2ILInjected.Address(RVA = "0x1EC7410", Offset = "0x1EC7410", Length = "0x340")]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Enter", MemberParameters = new object[]
28 {
29 typeof(object),
30 typeof(ref bool)
31 }, ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = "System.IO.MonoIO", Member = "Cancel", MemberParameters = new object[]
33 {
36 }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Monitor), Member = "Exit", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
39 protected virtual void Dispose(bool disposing)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x60004DA")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1EC7750", Offset = "0x1EC7750", Length = "0xC")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 internal void CancelOperation()
48 {
49 throw null;
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x60004DB")]
53 [global::Cpp2ILInjected.Address(RVA = "0x1EC775C", Offset = "0x1EC775C", Length = "0x38")]
54 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
55 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
56 internal void WaitUtilEOF()
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x40003C0")]
62 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
63 private Stream stream;
64
65 [global::Cpp2ILInjected.Token(Token = "0x40003C1")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
68
69 [global::Cpp2ILInjected.Token(Token = "0x40003C2")]
70 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
72
73 [global::Cpp2ILInjected.Token(Token = "0x40003C3")]
74 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
75 private byte[] byteBuffer;
76
77 [global::Cpp2ILInjected.Token(Token = "0x40003C4")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
79 private char[] charBuffer;
80
81 [global::Cpp2ILInjected.Token(Token = "0x40003C5")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
83 private bool cancelOperation;
84
85 [global::Cpp2ILInjected.Token(Token = "0x40003C6")]
86 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
88
89 [global::Cpp2ILInjected.Token(Token = "0x40003C7")]
90 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
91 private object syncObject;
92
93 [global::Cpp2ILInjected.Token(Token = "0x40003C8")]
94 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
96 }
97}
class f__AnonymousType0<< Count > j__TPar
virtual void Dispose(bool disposing)