C# Class RabbitMQ.ServiceModel.Test.Util

Afficher le fichier Open project: NashDotNet/rabbitlab

Méthodes publiques

Méthode Description
Prompt ( ) : string
Write ( ConsoleColor color, String format ) : void
Write ( ConsoleColor color, string value ) : void
WriteLine ( ConsoleColor color, String format ) : void
WriteLine ( ConsoleColor color, string value ) : void

Method Details

Prompt() public static méthode

public static Prompt ( ) : string
Résultat string

Write() public static méthode

public static Write ( ConsoleColor color, String format ) : void
color ConsoleColor
format String
Résultat void

Write() public static méthode

public static Write ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
Résultat void

WriteLine() public static méthode

public static WriteLine ( ConsoleColor color, String format ) : void
color ConsoleColor
format String
Résultat void

WriteLine() public static méthode

public static WriteLine ( ConsoleColor color, string value ) : void
color ConsoleColor
value string
Résultat void