Table of Contents

Interface ICommandBuilder

Namespace
OneImlx.Terminal.Hosting
Assembly
OneImlx.Terminal.dll

An abstraction of command builder.

public interface ICommandBuilder
Extension Methods

Properties

Services

The service collection.

IServiceCollection Services { get; }

Property Value

IServiceCollection

Methods

Add()

Build a new CommandDescriptor and add it to the service collection.

ITerminalBuilder Add()

Returns

ITerminalBuilder

The configured ITerminalBuilder.