C# Class ObscureWare.Console.Demo.Shared.ConsoleDemoExtensions

Afficher le fichier Open project: ObscureWare/Console

Méthodes publiques

Méthode Description
PrintLabel ( IConsole console, int posX, int posY, int labelWidth, string text, ObscureWare.Console.Demo.Shared.LabelStyle style ) : void
PrintStatus ( IConsole console, string title, object value, ObscureWare.Console.Demo.Shared.StatusStyles statusStyles, StatusStyle usedStyle ) : void
WaitBeforeQuit ( IConsole console ) : void
WaitForNextPage ( IConsole console ) : void

Method Details

PrintLabel() public static méthode

public static PrintLabel ( IConsole console, int posX, int posY, int labelWidth, string text, ObscureWare.Console.Demo.Shared.LabelStyle style ) : void
console IConsole
posX int
posY int
labelWidth int
text string
style ObscureWare.Console.Demo.Shared.LabelStyle
Résultat void

PrintStatus() public static méthode

public static PrintStatus ( IConsole console, string title, object value, ObscureWare.Console.Demo.Shared.StatusStyles statusStyles, StatusStyle usedStyle ) : void
console IConsole
title string
value object
statusStyles ObscureWare.Console.Demo.Shared.StatusStyles
usedStyle StatusStyle
Résultat void

WaitBeforeQuit() public static méthode

public static WaitBeforeQuit ( IConsole console ) : void
console IConsole
Résultat void

WaitForNextPage() public static méthode

public static WaitForNextPage ( IConsole console ) : void
console IConsole
Résultat void