30 lines
799 B
C#
30 lines
799 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace System
|
|
{
|
|
// Token: 0x02000186 RID: 390
|
|
[Token(Token = "0x2000186")]
|
|
internal class NullConsoleDriver : IConsoleDriver
|
|
{
|
|
// Token: 0x06000F7D RID: 3965 RVA: 0x0000C990 File Offset: 0x0000AB90
|
|
[Token(Token = "0x6000F7D")]
|
|
[Address(RVA = "0x2602A20", Offset = "0x2601820", VA = "0x182602A20", Slot = "4")]
|
|
public ConsoleKeyInfo ReadKey(bool intercept)
|
|
{
|
|
return default(ConsoleKeyInfo);
|
|
}
|
|
|
|
// Token: 0x06000F7E RID: 3966 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000F7E")]
|
|
[Address(RVA = "0x3F5100", Offset = "0x3F3F00", VA = "0x1803F5100")]
|
|
public NullConsoleDriver()
|
|
{
|
|
}
|
|
|
|
// Token: 0x04000640 RID: 1600
|
|
[Token(Token = "0x4000640")]
|
|
private static readonly ConsoleKeyInfo EmptyConsoleKeyInfo;
|
|
}
|
|
}
|