Class WindowDescription
The description of a terminal emulator window that fully supports HLLAPI.
public class WindowDescription : Description, ICloneable, IDescription
- Inheritance
-
WindowDescription
- Implements
- Inherited Members
Constructors
WindowDescription()
public WindowDescription()
Properties
EmulatorStatus
This property returns the current emulator status. Possible values: EmulatorStatus
public EmulatorStatus? EmulatorStatus { get; set; }
Property Value
Handle
This property returns a handle to a window.
public int? Handle { get; set; }
Property Value
- int?
Protocol
This property returns the current protocol. Possible values: Protocol
public Protocol? Protocol { get; set; }
Property Value
ShortName
This property returns the short name of the window.
public StringProperty ShortName { get; set; }