Classes | |
| struct | CONSOLE_SCREEN_BUFFER_INFO |
| struct | COORD |
| struct | SMALL_RECT |
Public Member Functions | |
| ConsoleProgressBar () | |
| Cosntructor. | |
| void | SetCursorPos (short x, short y) |
| COORD | GetCursorPos () |
| void | Update (int transferredBytes, int totalBytes, string message) |
| Updates this ProgressBar with the task's progress. | |
| ConsoleProgressBar () | |
| Cosntructor. | |
| void | SetCursorPos (short x, short y) |
| COORD | GetCursorPos () |
| void | Update (int transferredBytes, int totalBytes, string message) |
| Updates this ProgressBar with the task's progress. | |
Definition at line 15 of file ConsoleProgressBar.cs.
| Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.ConsoleProgressBar | ( | ) |
| Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.ConsoleProgressBar | ( | ) |
| COORD Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.GetCursorPos | ( | ) |
Definition at line 80 of file ConsoleProgressBar.cs.
| COORD Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.GetCursorPos | ( | ) |
Definition at line 80 of file ConsoleProgressBar.cs.
| void Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.SetCursorPos | ( | short | x, | |
| short | y | |||
| ) |
Definition at line 75 of file ConsoleProgressBar.cs.
| void Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.SetCursorPos | ( | short | x, | |
| short | y | |||
| ) |
Definition at line 75 of file ConsoleProgressBar.cs.
| void Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.Update | ( | int | transferredBytes, | |
| int | totalBytes, | |||
| string | message | |||
| ) |
Updates this ProgressBar with the task's progress.
| transferredBytes | The bytes already copied | |
| totalBytes | The total bytes to be copied | |
| message | A progress message |
Definition at line 94 of file ConsoleProgressBar.cs.
| void Tamir.SharpSsh.jsch.examples.ConsoleProgressBar.Update | ( | int | transferredBytes, | |
| int | totalBytes, | |||
| string | message | |||
| ) |
Updates this ProgressBar with the task's progress.
| transferredBytes | The bytes already copied | |
| totalBytes | The total bytes to be copied | |
| message | A progress message |
Definition at line 94 of file ConsoleProgressBar.cs.
1.5.9