Skip to the content.

PromptPlus API:IProfileDrive

Build Publish License NuGet Downloads

Back to List Api

IProfileDrive

Namespace: PPlus

Represents the interface for profile setup for console.

public interface IProfileDrive

Properties

BufferHeight

Gets the height of the buffer area.

public abstract int BufferHeight { get; }

Property Value

Int32

BufferWidth

Gets the width of the buffer area.

public abstract int BufferWidth { get; }

Property Value

Int32

ColorDepth

Get Color capacity.ColorSystem

public abstract ColorSystem ColorDepth { get; }

Property Value

ColorSystem

IsLegacy

Get Terminal is legacy.

public abstract bool IsLegacy { get; }

Property Value

Boolean

IsTerminal

Get Terminal mode.

public abstract bool IsTerminal { get; }

Property Value

Boolean

IsUnicodeSupported

Get Unicode Supported.

public abstract bool IsUnicodeSupported { get; }

Property Value

Boolean

OverflowStrategy

Get write Overflow Strategy.

public abstract Overflow OverflowStrategy { get; }

Property Value

Overflow

PadLeft

Get screen margin left

public abstract byte PadLeft { get; }

Property Value

Byte

PadRight

Get screen margin right

public abstract byte PadRight { get; }

Property Value

Byte

Provider

Get provider mode.

public abstract string Provider { get; }

Property Value

String

SupportsAnsi

Get SupportsAnsi mode.

public abstract bool SupportsAnsi { get; }

Property Value

Boolean


Back to List Api