Bridge

Console Members

The Console type exposes the following members.

Methods


  Name Description
Public method Static member Clear
Clears the console buffer and corresponding console window of display information.
Public method Static member Read
Reads the next character from the standard input stream.
Public method Static member ReadLine()()()()
Reads the next line of characters from the standard input stream.
Public method Static member ReadLine(String)
ReadLine uses the native JavaScript prompt() to display a dialog with an optional message prompting the user to input some text.
Public method Static member ReadLine(String, String)
ReadLine uses the native JavaScript prompt() to dialog with an optional message prompting the user to input some text.
Public method Static member Write(Boolean)
Writes the text representation of the specified Boolean value to the standard output stream.
Public method Static member Write(Char)
Writes the specified Unicode character value to the standard output stream.
Public method Static member Write(Decimal)
Writes the text representation of the specified Decimal value to the standard output stream.
Public method Static member Write(Double)
Writes the text representation of the specified double-precision floating-point value to the standard output stream.
Public method Static member Write(Int32)
Writes the text representation of the specified 32-bit signed integer value to the standard output stream.
Public method Static member Write(Int64)
Writes the text representation of the specified 64-bit signed integer value to the standard output stream.
Public method Static member Write(Object)
Writes the text representation of the specified object to the standard output stream.
Public method Static member Write(Single)
Writes the text representation of the specified single-precision floating-point value to the standard output stream.
Public method Static member Write(String)
Writes the specified string value to the standard output stream.
Public method Static member Write(String, Object)
Writes the text representation of the specified object to the standard output stream using the specified format information.
Public method Static member Write(String, Object, Object)
Writes the text representation of the specified objects to the standard output stream using the specified format information.
Public method Static member Write(String, Object, Object, Object)
Writes the text representation of the specified objects to the standard output stream using the specified format information.
Public method Static member Write(String, Object, Object, Object, Object)
Writes the text representation of the specified objects and variable-length parameter list to the standard output stream using the specified format information.
Public method Static member Write(String, array<Object>[]()[][])
Writes the text representation of the specified array of objects to the standard output stream using the specified format information.
Public method Static member Write(UInt32)
Writes the text representation of the specified 32-bit unsigned integer value to the standard output stream.
Public method Static member Write(UInt64)
Writes the text representation of the specified 64-bit unsigned integer value to the standard output stream.
Public method Static member Write(array<Char>[]()[][])
Writes the specified array of Unicode characters to the standard output stream.
Public method Static member WriteLine()()()()
Writes the current line terminator to the standard output stream.
Public method Static member WriteLine(Boolean)
Writes the text representation of the specified Boolean value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Char)
Writes the specified Unicode character, followed by the current line terminator, value to the standard output stream.
Public method Static member WriteLine(Decimal)
Writes the text representation of the specified Decimal value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Double)
Writes the text representation of the specified double-precision floating-point value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Int32)
Writes the text representation of the specified 32-bit signed integer value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Int64)
Writes the text representation of the specified 64-bit signed integer value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Object)
Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Single)
Writes the text representation of the specified single-precision floating-point value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(String)
Writes the specified string value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(String, Object)
Writes the text representation of the specified object, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member WriteLine(String, Object, Object)
Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member WriteLine(String, Object, Object, Object)
Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member WriteLine(String, Object, Object, Object, Object)
Writes the text representation of the specified objects and variable-length parameter list, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member WriteLine(String, array<Object>[]()[][])
Writes the text representation of the specified array of objects, followed by the current line terminator, to the standard output stream using the specified format information.
Public method Static member WriteLine(UInt32)
Writes the text representation of the specified 32-bit unsigned integer value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(UInt64)
Writes the text representation of the specified 64-bit unsigned integer value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(array<Char>[]()[][])
Writes the specified array of Unicode characters, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Enum)
Writes the text representation of the specified enum value, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Nullable<(Of <<'(Decimal>)>>))
Writes the text representation of the specified nullable decimal, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Nullable<(Of <<'(Int64>)>>))
Writes the text representation of the specified nullable 64-bit signed integer, followed by the current line terminator, to the standard output stream.
Public method Static member WriteLine(Nullable<(Of <<'(UInt64>)>>))
Writes the text representation of the specified nullable 64-bit unsigned integer, followed by the current line terminator, to the standard output stream.