C# Class FdoToolbox.Core.AppFramework.TempConsoleColor

A helper class to set the text color of the console. All text written to the console will be of the specified color until this object is disposed of.
Inheritance: IDisposable
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Méthode Description
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

TempConsoleColor ( ConsoleColor c ) : System

Initializes a new instance of the TempConsoleColor class.

Method Details

Dispose() public méthode

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Résultat void

TempConsoleColor() public méthode

Initializes a new instance of the TempConsoleColor class.
public TempConsoleColor ( ConsoleColor c ) : System
c ConsoleColor The c.
Résultat System