Table of Contents

Interface ITerminalBuilder

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

An abstraction of service builder.

public interface ITerminalBuilder
Extension Methods

Properties

Services

The host service collection.

IServiceCollection Services { get; }

Property Value

IServiceCollection

TextHandler

The text handler.

ITerminalTextHandler TextHandler { get; }

Property Value

ITerminalTextHandler