Table of Contents

Class ParsedCommand

Namespace
OneImlx.Terminal.Commands.Parsers
Assembly
OneImlx.Terminal.dll

Represents a parsed command from a command route.

public sealed class ParsedCommand
Inheritance
ParsedCommand
Inherited Members

Constructors

ParsedCommand(CommandRoute, Command, Root?)

Initializes a new instance.

public ParsedCommand(CommandRoute commandRoute, Command command, Root? hierarchy = null)

Parameters

commandRoute CommandRoute

The command route.

command Command

The command.

hierarchy Root

The command hierarchy.

Properties

Command

The parsed raw command.

public Command Command { get; }

Property Value

Command

CommandRoute

The command route.

public CommandRoute CommandRoute { get; }

Property Value

CommandRoute

Hierarchy

The parsed Command hierarchy.

public Root? Hierarchy { get; }

Property Value

Root
See Also