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

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

Syntax

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

Parameters

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

Implements

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

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also