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

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

Syntax

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

Parameters

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also