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
Error.cs
Go to the documentation of this file.
1using System;
4
5namespace System.IO
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000531")]
8 internal static class Error
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6002732")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B95B18", Offset = "0x1B95B18", Length = "0x70")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "EnsureNotClosed", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "EnsureNotClosed", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "get_Position", ReturnType = typeof(long))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "set_Position", MemberParameters = new object[] { typeof(long) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ObjectDisposedException), Member = ".ctor", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(string)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
23 internal static global::System.Exception GetStreamIsClosed()
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x6002733")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B95B88", Offset = "0x1B95B88", Length = "0x78")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.TimeZoneInfo), Member = "CompareTimeZoneFile", MemberParameters = new object[]
32 {
33 typeof(string),
34 typeof(byte[]),
35 typeof(byte[])
36 }, ReturnType = typeof(bool))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "InternalReadInt32", ReturnType = typeof(int))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(File), Member = "ReadAllBytes", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte[]))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.SystemException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
41 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
42 internal static global::System.Exception GetEndOfFile()
43 {
44 throw null;
45 }
46
47 [global::Cpp2ILInjected.Token(Token = "0x6002734")]
48 [global::Cpp2ILInjected.Address(RVA = "0x1B95C00", Offset = "0x1B95C00", Length = "0x6C")]
49 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "EnsureReadable", ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.NullStream", Member = "BeginRead", MemberParameters = new object[]
51 {
52 typeof(byte[]),
53 typeof(int),
54 typeof(int),
55 typeof(global::System.AsyncCallback),
56 typeof(object)
57 }, ReturnType = typeof(global::System.IAsyncResult))]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Stream), Member = "BeginReadInternal", MemberParameters = new object[]
59 {
60 typeof(byte[]),
61 typeof(int),
62 typeof(int),
63 typeof(global::System.AsyncCallback),
64 typeof(object),
65 typeof(bool),
66 typeof(bool)
67 }, ReturnType = typeof(global::System.IAsyncResult))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
71 internal static global::System.Exception GetReadNotSupported()
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6002735")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1B95C6C", Offset = "0x1B95C6C", Length = "0x6C")]
78 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(MemoryStream), Member = "EnsureWriteable", ReturnType = typeof(void))]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UnmanagedMemoryStream), Member = "EnsureWriteable", ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.IO.Stream.NullStream", Member = "BeginWrite", MemberParameters = new object[]
81 {
82 typeof(byte[]),
83 typeof(int),
84 typeof(int),
85 typeof(global::System.AsyncCallback),
86 typeof(object)
87 }, ReturnType = typeof(global::System.IAsyncResult))]
88 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Stream), Member = "BeginWriteInternal", MemberParameters = new object[]
89 {
90 typeof(byte[]),
91 typeof(int),
92 typeof(int),
93 typeof(global::System.AsyncCallback),
94 typeof(object),
95 typeof(bool),
96 typeof(bool)
97 }, ReturnType = typeof(global::System.IAsyncResult))]
98 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.NotSupportedException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
100 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
101 internal static global::System.Exception GetWriteNotSupported()
102 {
103 throw null;
104 }
105 }
106}
class f__AnonymousType0<< Count > j__TPar
static global::System.Exception GetEndOfFile()
Definition Error.cs:42
static global::System.Exception GetReadNotSupported()
Definition Error.cs:71
static global::System.Exception GetStreamIsClosed()
Definition Error.cs:23
static global::System.Exception GetWriteNotSupported()
Definition Error.cs:101