The SshConsole type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clear |
Clears the console.
| |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetErrorStream |
Returns standard error stream for this console, if available.
| |
GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
GetInputStream |
Returns standard input stream for this console.
| |
GetOutputStream |
Returns standard output stream for this console.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ReadChar |
Reads the next character from the SshConsole.
| |
ReadLine()()()() |
Reads the next line of characters from the SshConsole.
| |
ReadLine(Boolean) |
Reads the next line of characters from the SshConsole with the specified password mode.
| |
ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
Write(Object) |
Writes the text representation of the specified object to the SshConsole.
| |
Write(String, array<Object>[]()[][]) |
Writes the text respresentation of the specified array of objects to the SshConsole
using the specified format information.
| |
WriteLine()()()() |
Writes a newline to the SshConsole.
| |
WriteLine(Object) |
Writes the text representation of the specified object, followed by the newline,
to the SshConsole.
| |
WriteLine(String, array<Object>[]()[][]) |
Writes the text representation of the specified array of objects, followed
by the newline, to the SshConsole using the specified
format.
|
Properties
Name | Description | |
---|---|---|
CurrentPath |
Gets the current path.
| |
HasPseudoTerminal |
Gets a value indicating whether the console has a pseudo-terminal.
| |
User |
Gets the authenticated user.
|