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

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

Syntax

Visual Basic
Sub Save ( _
	path As String, _
	format As TerminalCaptureFormat _
)
C#
void Save(
	string path,
	TerminalCaptureFormat format
)

Parameters

path
Type: System..::..String
Path to a local file.
format
Type: Rebex.TerminalEmulation..::..TerminalCaptureFormat
Capture format.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also