ITerminal.Save Method
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9083)
Save(String, TerminalCaptureFormat)
Saves the content of the terminal screen to the specified file in the specified format.
Declaration
void Save(string path, TerminalCaptureFormat format)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path to a local file. |
TerminalCaptureFormat | format | Capture format. |
Save(Stream, TerminalCaptureFormat)
Saves the content of the terminal screen to the specified stream in the specified format.
Declaration
void Save(Stream output, TerminalCaptureFormat format)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Output stream. |
TerminalCaptureFormat | format | Capture format. |
Save(String, TerminalCaptureFormat, TerminalCaptureOptions)
Saves the content of the terminal screen to the specified file in the specified format with the specified options.
Declaration
void Save(string path, TerminalCaptureFormat format, TerminalCaptureOptions options)
Parameters
Type | Name | Description |
---|---|---|
String | path | Path to a local file. |
TerminalCaptureFormat | format | Capture format. |
TerminalCaptureOptions | options | Capture options. |
Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions)
Saves the content of the terminal screen to the specified stream in the specified format with the specified options.
Declaration
void Save(Stream output, TerminalCaptureFormat format, TerminalCaptureOptions options)
Parameters
Type | Name | Description |
---|---|---|
Stream | output | Output stream. |
TerminalCaptureFormat | format | Capture format. |
TerminalCaptureOptions | options | Capture options. |