Table of Contents

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

bool?

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.

Name

The terminal driver program name.

public string? Name { get; set; }

Property Value

string