IWriteDevice
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Terminal.STDIO__.IWriteDevice
02 Methods
03 Members
WriteLine
Writes the specified string value, followed by the current line terminator, to the standard output stream. (将指定的字符串值(后跟当前行终止符)写入输出流。)
WriteLine(
String, 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. (将指定的字符串值(后跟当前行终止符)写入输出流。)
Parameters
| Name | Type | Description |
|---|---|---|
s | String | - |
args | Object() | - |
Clear()
Write(
String)WriteLine(
String)