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
NullConsoleDriver.cs
Go to the documentation of this file.
1using System;
4
5namespace System
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000186")]
8 internal class NullConsoleDriver : global::System.IConsoleDriver
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000F2E")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1C82138", Offset = "0x1C82138", Length = "0x4")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 public void Clear()
14 {
15 throw null;
16 }
17
18 [global::Cpp2ILInjected.Token(Token = "0x6000F2F")]
19 [global::Cpp2ILInjected.Address(RVA = "0x1C8213C", Offset = "0x1C8213C", Length = "0x8")]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
21 public string ReadLine()
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x6000F30")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1C82144", Offset = "0x1C82144", Length = "0x5C")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
30 public global::System.ConsoleKeyInfo ReadKey(bool intercept)
31 {
32 throw null;
33 }
34
35 [global::Cpp2ILInjected.Token(Token = "0x6000F31")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1C7B870", Offset = "0x1C7B870", Length = "0x4")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 {
40 throw null;
41 }
42
43 // Note: this type is marked as 'beforefieldinit'.
44 [global::Cpp2ILInjected.Token(Token = "0x6000F32")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1C821A0", Offset = "0x1C821A0", Length = "0x84")]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ConsoleKeyInfo), Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(char),
50 typeof(global::System.ConsoleKey),
51 typeof(bool),
52 typeof(bool),
53 typeof(bool)
54 }, ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x400068B")]
62 private static readonly global::System.ConsoleKeyInfo EmptyConsoleKeyInfo;
63 }
64}
class f__AnonymousType0<< Count > j__TPar
static readonly global::System.ConsoleKeyInfo EmptyConsoleKeyInfo
global::System.ConsoleKeyInfo ReadKey(bool intercept)