terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
NullConsoleDriver.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System
4
{
5
// Token: 0x02000186 RID: 390
6
internal
class
NullConsoleDriver
:
IConsoleDriver
7
{
8
// Token: 0x06000F2E RID: 3886 RVA: 0x00020740 File Offset: 0x0001E940
9
public
void
Clear
()
10
{
11
}
12
13
// Token: 0x06000F2F RID: 3887 RVA: 0x00020750 File Offset: 0x0001E950
14
public
string
ReadLine
()
15
{
16
}
17
18
// Token: 0x06000F30 RID: 3888 RVA: 0x00020760 File Offset: 0x0001E960
19
public
ConsoleKeyInfo
ReadKey
(
bool
intercept
)
20
{
21
if
(!
true
)
22
{
23
}
24
return
1;
25
}
26
27
// Token: 0x06000F31 RID: 3889 RVA: 0x00020774 File Offset: 0x0001E974
28
public
NullConsoleDriver
()
29
{
30
}
31
32
// Token: 0x06000F32 RID: 3890 RVA: 0x00020784 File Offset: 0x0001E984
33
// Note: this type is marked as 'beforefieldinit'.
34
static
NullConsoleDriver
()
35
{
36
}
37
38
// Token: 0x0400068B RID: 1675
39
private
static
readonly
ConsoleKeyInfo
EmptyConsoleKeyInfo
;
40
}
41
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.NullConsoleDriver.Clear
void Clear()
Definition
NullConsoleDriver.cs:9
System.NullConsoleDriver.NullConsoleDriver
static NullConsoleDriver()
Definition
NullConsoleDriver.cs:34
System.NullConsoleDriver.ReadLine
string ReadLine()
Definition
NullConsoleDriver.cs:14
System.NullConsoleDriver.NullConsoleDriver
NullConsoleDriver()
Definition
NullConsoleDriver.cs:28
System.NullConsoleDriver.EmptyConsoleKeyInfo
static readonly ConsoleKeyInfo EmptyConsoleKeyInfo
Definition
NullConsoleDriver.cs:39
System.NullConsoleDriver.ReadKey
ConsoleKeyInfo ReadKey(bool intercept)
Definition
NullConsoleDriver.cs:19
System.NullConsoleDriver
Definition
NullConsoleDriver.cs:7
System.IConsoleDriver
Definition
IConsoleDriver.cs:7
System
Definition
__ComObject.cs:4
System.ConsoleKeyInfo
Definition
ConsoleKeyInfo.cs:9
source
mscorlib
System
NullConsoleDriver.cs
Generated by
1.10.0