IReadDevice
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.STDIO__.IReadDevice
02 Methods
03 Members
ReadLine
Reads the next line of characters from the standard input stream.(从输入流读取下一行字符)
Returns
The next line of characters from the input stream, or null if no more lines are available.
Read
Reads the next character from the standard input stream.(从输入流读取下一个字符)
Returns
The next character from the input stream, or negative one (-1) if there are currently no more characters to be read.
ReadKey()