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