API Reference
Enum
ConsoleView
High-level console rendering mode selection for hosts. Auto picks Standard when interactive, otherwise Ansi. - Standard: clear screen once and render a Spectre.Progress table. - Ansi: top-to-bottom plain output (CI/term-friendly), no live regions.
Inheritance
- Enum
- ConsoleView
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ConsoleView Auto #Choose mode automatically (Standard for interactive terminals, otherwise Ansi).
Value:
0public const ConsoleView Standard #Classic progress table rendering (clears/updates a single live region).
Value:
1public const ConsoleView Ansi #Plain, streaming output without live regions (CI/ANSI-friendly).
Value:
2