ShellCommandEventArgs.Write Method
Namespace: Rebex.Net.Servers
Assembly: Rebex.FileServer.dll (version 7.0.9083)
Write(Object)
Writes the text representation of the specified object to the console.
Declaration
public void Write(object value)
Parameters
Type | Name | Description |
---|---|---|
Object | value | The value to write. |
Write(String, Object[])
Writes the text representation of the specified array of objects to the remote console using the specified format information.
Declaration
public void Write(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. |