IConsoleTheme Interface |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Console
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.9.11.0 (6.9.11.0)
public interface IConsoleTheme
The IConsoleTheme type exposes the following members.
Name | Description | |
---|---|---|
SupportsAnsiCodes |
Determines whether the theme supports VT escape codes.
| |
SupportsThemeItems |
Determines whether the theme supports differentiating the style according to the ConsoleThemeItem.
|
Name | Description | |
---|---|---|
GetStyle |
Gets the ConsoleThemeStyle for a specific theme item.
|