ShellCommandEventArgs.WriteLine Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
WriteLine(Object)
Writes the text representation of the specified object to the console, followed by an end-of-line sequence.
Declaration
public void WriteLine(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value | The value to write. |
WriteLine(String, Object[])
Writes the text representation of the specified array of objects to the remote console using the specified format information, followed by an end-of-line sequence.
Declaration
public void WriteLine(string format, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
String | format | A format string. |
Object[] | args | An array of objects to write using the specified format. |
WriteLine()
Writes an end-of-line sequence to the remote console.
Declaration
public void WriteLine()