VTUtility Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This class is deprecated. Use 'System.Management.Automation.PSStyle' instead.
Class to help with VT escape sequences.
public sealed class VTUtility
[System.Obsolete("This class is deprecated. Use 'System.Management.Automation.PSStyle' instead.", true)]
public sealed class VTUtility
type VTUtility = class
[<System.Obsolete("This class is deprecated. Use 'System.Management.Automation.PSStyle' instead.", true)>]
type VTUtility = class
Public NotInheritable Class VTUtility
- Inheritance
-
VTUtility
- Attributes
Constructors
VTUtility() |
Methods
GetEscapeSequence(ConsoleColor) |
Return the VT escape sequence for a ConsoleColor. |
GetEscapeSequence(VTUtility+VT) |
Return the VT escape sequence for a supported VT enum value. |