Class Terminal
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
stringThe terminal identifier.
Properties
Id
The terminal identifier.
public string Id { get; }