Class DriverOptions
- Namespace
- OneImlx.Terminal.Configuration.Options
- Assembly
- OneImlx.Terminal.dll
The driver configuration options. Reserved for future use.
public sealed class DriverOptions
- Inheritance
-
DriverOptions
- Inherited Members
Properties
Enabled
Determines if the terminal is a native driver program.
public bool Enabled { get; set; }
Property Value
Remarks
If enabled, the terminal's root command is also a native command prompt driver program. You can execute your commands from a native command prompt by specifying the root and command options.
RootId
The terminal driver program root identifier.
public string? RootId { get; set; }