// Assembly: mscorlib
// Full name: System.Console

namespace System
{
public class Console // TypeDefIndex: 3664
{
	// Fields
	type#27307 stdout;
	type#27306 stderr;
	type#27261 stdin;
	type#15320 IsRunningOnAndroid;
	type#17815 inputEncoding;
	type#17815 outputEncoding;
	type#16369 cancel_event;

	// Methods
	// RVA: -1
	private static type#28660 .cctor() { }
	// RVA: -1
	private static type#28660 SetupStreams(type#17811 inputEncoding, type#17811 outputEncoding) { }
	// RVA: -1
	public static type#27303 get_Error() { }
	// RVA: -1
	private static type#26548 Open(type#20925 handle, type#18483 access, type#20867 bufferSize) { }
	// RVA: -1
	public static type#26548 OpenStandardError(type#20867 bufferSize) { }
	// RVA: -1
	public static type#26548 OpenStandardInput(type#20867 bufferSize) { }
	// RVA: -1
	public static type#26548 OpenStandardOutput(type#20867 bufferSize) { }
	// RVA: -1
	public static type#28660 SetError(type#27303 newError) { }
	// RVA: -1
	public static type#28660 SetOut(type#27303 newOut) { }
	// RVA: -1
	public static type#28660 WriteLine(type#23705 value) { }
	// RVA: -1
	public static type#28660 WriteLine(type#26576 value) { }
	// RVA: -1
	public static type#28660 WriteLine(type#26576 format, type#23705 arg0) { }
	// RVA: -1
	public static type#17811 get_InputEncoding() { }
	// RVA: -1
	public static type#17811 get_OutputEncoding() { }
	// RVA: -1
	public static type#16377 ReadKey() { }
	// RVA: -1
	public static type#16377 ReadKey(type#15313 intercept) { }
	// RVA: -1
	private static type#28660 DoConsoleCancelEvent() { }
}
}
