Rebex
Products Downloads Buy Support Contact
Show / Hide Table of Contents

VirtualTerminal.Save Method

Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 7.0.9147)

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
ITerminal.Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions)

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
ITerminal.Save(String, TerminalCaptureFormat, TerminalCaptureOptions)

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
ITerminal.Save(Stream, TerminalCaptureFormat)

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.

Implements
ITerminal.Save(String, TerminalCaptureFormat)
In This Article
  • Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions)
  • Save(String, TerminalCaptureFormat, TerminalCaptureOptions)
  • Save(Stream, TerminalCaptureFormat)
  • Save(String, TerminalCaptureFormat)
© REBEX ČR s.r.o. Back to top
Privacy policy
Manage cookies