Beef Corlib
Classes | Public Types | Static Public Member Functions | Properties | List of all members
System.Console Class Reference

Public Types

enum  CancelKind { CtrlC, CtrlBreak }
 

Static Public Member Functions

static Windows.IntBool ConsoleCtrlHandler (int32 ctrlType)
 
static void Write (Object obj)
 
static void WriteLine ()
 
static void WriteLine (StringView line)
 
static void WriteLine (StringView fmt, params Object[] args)
 
static void WriteLine (Object obj)
 
static void ResetColor ()
 
static void Clear ()
 

Properties

static ConsoleColor ForegroundColor [get, set]
 
static ConsoleColor BackgroundColor [get, set]
 
static ref Event< delegate void(CancelKind cancelKind, ref bool terminate)> OnCancel [get]
 
static ???? this[] args