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

ITerminal.Save Method

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

Save(String, TerminalCaptureFormat)

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

Declaration
void Save(string path, TerminalCaptureFormat format)
Parameters
Type Name Description
String path

Path to a local file.

TerminalCaptureFormat format

Capture format.

Save(Stream, TerminalCaptureFormat)

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

Declaration
void Save(Stream output, TerminalCaptureFormat format)
Parameters
Type Name Description
Stream output

Output stream.

TerminalCaptureFormat format

Capture format.

Save(String, TerminalCaptureFormat, TerminalCaptureOptions)

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

Declaration
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.

Save(Stream, TerminalCaptureFormat, TerminalCaptureOptions)

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

Declaration
void Save(Stream output, TerminalCaptureFormat format, TerminalCaptureOptions options)
Parameters
Type Name Description
Stream output

Output stream.

TerminalCaptureFormat format

Capture format.

TerminalCaptureOptions options

Capture options.

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