nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / IWriteDevice

IWriteDevice

Full name Microsoft.VisualBasic.ApplicationServices.Terminal.STDIO__.IWriteDevice Assembly Microsoft.VisualBasic.Runtime Members 5

01 Syntax

Microsoft.VisualBasic.ApplicationServices.Terminal.STDIO__.IWriteDevice

02 Methods

NameOverloadsSummary
WriteLine 3 Writes the specified string value, followed by the current line terminator, to the standard output stream.
Clear 1
Write 1

03 Members

method WriteLine #
WriteLine

Writes the specified string value, followed by the current line terminator, to the standard output stream. (将指定的字符串值(后跟当前行终止符)写入输出流。)

method WriteLine overload 2 #
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
NameTypeDescription
sString

-

argsObject()

-

method Clear #
Clear()
method Write #
Write(String)
method WriteLine overload 3 #
WriteLine(String)