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
ClosableStream.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System.Net
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000138")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600075F")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1EE7640", Offset = "0x1EE7640", Length = "0x24")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DelegatedStream), Member = ".ctor", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(void))]
16 internal ClosableStream(Stream stream, EventHandler onClose)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x6000760")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1EE7664", Offset = "0x1EE7664", Length = "0x90")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Interlocked), Member = "Increment", MemberParameters = new object[] { typeof(ref int) }, ReturnType = typeof(int))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(EventArgs), Member = ".ctor", ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
28 public override void Close()
29 {
30 throw null;
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x40005E9")]
34 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
35 private readonly EventHandler _onClose;
36
37 [global::Cpp2ILInjected.Token(Token = "0x40005EA")]
38 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
39 private int _closed;
40 }
41}
class f__AnonymousType0<< Count > j__TPar
ClosableStream(Stream stream, EventHandler onClose)
readonly EventHandler _onClose