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:Intstatic Beep ():Voidstatic Beep (frequency:Int, duration:Int):Voidstatic Clear ():Voidstatic MoveBufferArea (sourceLeft:Int, sourceTop:Int, sourceWidth:Int, sourceHeight:Int, targetLeft:Int, targetTop:Int):Voidstatic MoveBufferArea (sourceLeft:Int, sourceTop:Int, sourceWidth:Int, sourceHeight:Int, targetLeft:Int, targetTop:Int, sourceChar:Char16, sourceForeColor:ConsoleColor, sourceBackColor:ConsoleColor):Voidstatic OpenStandardError ():Streamstatic OpenStandardError (bufferSize:Int):Streamstatic OpenStandardInput ():Streamstatic OpenStandardInput (bufferSize:Int):Streamstatic OpenStandardOutput ():Streamstatic OpenStandardOutput (bufferSize:Int):Streamstatic Read ():Intstatic ReadKey ():ConsoleKeyInfostatic ReadKey (intercept:Bool):ConsoleKeyInfostatic ReadLine ():Stringstatic ResetColor ():Voidstatic SetBufferSize (width:Int, height:Int):Voidstatic SetCursorPosition (left:Int, top:Int):Voidstatic SetError (newError:TextWriter):Voidstatic SetIn (newIn:TextReader):Voidstatic SetOut (newOut:TextWriter):Voidstatic SetWindowPosition (left:Int, top:Int):Voidstatic SetWindowSize (width:Int, height:Int):Voidstatic Write (value:Bool):Voidstatic Write (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic, arg3:Dynamic):Voidstatic Write (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Voidstatic Write (format:String, arg0:Dynamic, arg1:Dynamic):Voidstatic Write (buffer:NativeArray<Char16>, index:Int, count:Int):Voidstatic Write (format:String, arg:NativeArray<Dynamic>):Voidstatic Write (format:String, arg0:Dynamic):Voidstatic Write (value:UInt64):Voidstatic Write (value:UInt):Voidstatic Write (value:String):Voidstatic Write (value:Single):Voidstatic Write (value:Dynamic):Voidstatic Write (value:Int64):Voidstatic Write (value:Int):Voidstatic Write (value:Float):Voidstatic Write (value:Decimal):Voidstatic Write (buffer:NativeArray<Char16>):Voidstatic Write (value:Char16):Voidstatic WriteLine ():Voidstatic WriteLine (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic, arg3:Dynamic):Voidstatic WriteLine (format:String, arg0:Dynamic, arg1:Dynamic, arg2:Dynamic):Voidstatic WriteLine (format:String, arg0:Dynamic, arg1:Dynamic):Voidstatic WriteLine (buffer:NativeArray<Char16>, index:Int, count:Int):Voidstatic WriteLine (format:String, arg:NativeArray<Dynamic>):Voidstatic WriteLine (format:String, arg0:Dynamic):Voidstatic WriteLine (value:UInt64):Voidstatic WriteLine (value:UInt):Voidstatic WriteLine (value:String):Voidstatic WriteLine (value:Single):Voidstatic WriteLine (value:Dynamic):Voidstatic WriteLine (value:Int64):Voidstatic WriteLine (value:Int):Voidstatic WriteLine (value:Float):Voidstatic WriteLine (value:Decimal):Voidstatic WriteLine (buffer:NativeArray<Char16>):Voidstatic WriteLine (value:Char16):Voidstatic WriteLine (value:Bool):Voidstatic add_CancelKeyPress (value:ConsoleCancelEventHandler):Voidstatic remove_CancelKeyPress (value:ConsoleCancelEventHandler):Void
© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/cs/system/Console.html