Writes the text respresentation of the specified array of objects to the SshConsole
using the specified format information.
Namespace:
Rebex.Net.Servers
Assembly:
Rebex.FileServer (in Rebex.FileServer.dll)
Syntax
| Visual Basic |
|---|
Public Sub Write ( _ format As String, _ ParamArray args As Object() _ ) |
| C# |
|---|
public void Write( 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 the specified format.