package cs.system
Available on csstatic BackgroundColor:ConsoleColorstatic BufferHeight:Intstatic BufferWidth:Intstatic read only CapsLock:Boolstatic CursorLeft:Intstatic CursorSize:Intstatic CursorTop:Intstatic CursorVisible:Boolstatic read only Error:TextWriterstatic ForegroundColor:ConsoleColorstatic read only In:TextReaderstatic InputEncoding:Encodingstatic read only KeyAvailable:Boolstatic read only LargestWindowHeight:Intstatic read only LargestWindowWidth:Intstatic read only NumberLock:Boolstatic read only Out:TextWriterstatic OutputEncoding:Encodingstatic Title:Stringstatic TreatControlCAsInput:Boolstatic WindowHeight:Intstatic WindowLeft:Intstatic WindowTop:Intstatic WindowWidth:Int static Beep ():Void static Beep (frequency:Int, duration:Int):Void static Clear ():Void static MoveBufferArea (sourceLeft:Int, sourceTop:Int, sourceWidth:Int, sourceHeight:Int, targetLeft:Int, targetTop:Int):Void static MoveBufferArea (sourceLeft:Int, sourceTop:Int, sourceWidth:Int, sourceHeight:Int, targetLeft:Int, targetTop:Int, sourceChar:Char16, sourceForeColor:ConsoleColor, sourceBackColor:ConsoleColor):Void static OpenStandardError ():Stream static OpenStandardError (bufferSize:Int):Stream static OpenStandardInput ():Stream static OpenStandardInput (bufferSize:Int):Stream static OpenStandardOutput ():Stream static OpenStandardOutput (bufferSize:Int):Stream static Read ():Int static ReadKey ():ConsoleKeyInfo static ReadKey (intercept:Bool):ConsoleKeyInfo static ReadLine ():String static ResetColor ():Void static SetBufferSize (width:Int, height:Int):Void static SetCursorPosition (left:Int, top:Int):Void static SetError (newError:TextWriter):Void static SetIn (newIn:TextReader):Void static SetOut (newOut:TextWriter):Void static SetWindowPosition (left:Int, top:Int):Void static SetWindowSize (width:Int, height:Int):Void static Write (value:Bool):Void static Write (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic, arg3:Dynamic):Void static Write (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Void static Write (format:String, arg0:Dynamic, arg1:Dynamic):Void static Write (buffer:NativeArray<Char16>, index:Int, count:Int):Void static Write (format:String, arg:NativeArray<Dynamic>):Void static Write (format:String, arg0:Dynamic):Void static Write (value:UInt64):Void static Write (value:UInt):Void static Write (value:String):Void static Write (value:Single):Void static Write (value:Dynamic):Void static Write (value:Int64):Void static Write (value:Int):Void static Write (value:Float):Void static Write (value:Decimal):Void static Write (buffer:NativeArray<Char16>):Void static Write (value:Char16):Void static WriteLine ():Void static WriteLine (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic, arg3:Dynamic):Void static WriteLine (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Void static WriteLine (format:String, arg0:Dynamic, arg1:Dynamic):Void static WriteLine (buffer:NativeArray<Char16>, index:Int, count:Int):Void static WriteLine (format:String, arg:NativeArray<Dynamic>):Void static WriteLine (format:String, arg0:Dynamic):Void static WriteLine (value:UInt64):Void static WriteLine (value:UInt):Void static WriteLine (value:String):Void static WriteLine (value:Single):Void static WriteLine (value:Dynamic):Void static WriteLine (value:Int64):Void static WriteLine (value:Int):Void static WriteLine (value:Float):Void static WriteLine (value:Decimal):Void static WriteLine (buffer:NativeArray<Char16>):Void static WriteLine (value:Char16):Void static WriteLine (value:Bool):Void static add_CancelKeyPress (value:ConsoleCancelEventHandler):Void static remove_CancelKeyPress (value:ConsoleCancelEventHandler):Void
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/Console.html