Saves the content of the terminal screen to the specified stream in the specified format with the specified options.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub Save ( _
	output As Stream, _
	format As TerminalCaptureFormat, _
	options As TerminalCaptureOptions _
)
C#
public void Save(
	Stream output,
	TerminalCaptureFormat format,
	TerminalCaptureOptions options
)

Parameters

output
Type: System.IO..::..Stream
Output stream.
format
Type: Rebex.TerminalEmulation..::..TerminalCaptureFormat
Capture format.
options
Type: Rebex.TerminalEmulation..::..TerminalCaptureOptions
Capture options.

Implements

ITerminal..::..Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also