Writes the text representation of the specified array of objects, followed by the newline, to the SshConsole using the specified format.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Sub WriteLine ( _
	format As String, _
	ParamArray args As Object() _
)
C#
public void WriteLine(
	string format,
	params Object[] args
)

Parameters

format
Type: System..::..String
A format string.
args
Type: array<System..::..Object>[]()[][]
An array of objects to write using format.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also