Table of Contents

Class Terminal

Namespace
OneImlx.Terminal.Runtime
Assembly
OneImlx.Terminal.dll

Terminals, also known as command lines, consoles, or CLI applications, allow organizations and users to accomplish and automate tasks on a computer without using a graphical user interface. If a CLI terminal supports user interaction, the UX is the terminal.

public sealed class Terminal
Inheritance
Terminal
Inherited Members

Constructors

Terminal(string)

Initializes a new instance.

public Terminal(string id)

Parameters

id string

The terminal identifier.

Properties

Id

The terminal identifier.

public string Id { get; }

Property Value

string