C# Class GitBin.GitBinConsole

Afficher le fichier Open project: hbons/git-bin Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Write ( string message ) : void
WriteLine ( string message ) : void
WriteLineNoPrefix ( string message ) : void
WriteNoPrefix ( string message ) : void

Method Details

Flush() public static méthode

public static Flush ( ) : void
Résultat void

Write() public static méthode

public static Write ( string message ) : void
message string
Résultat void

WriteLine() public static méthode

public static WriteLine ( string message ) : void
message string
Résultat void

WriteLineNoPrefix() public static méthode

public static WriteLineNoPrefix ( string message ) : void
message string
Résultat void

WriteNoPrefix() public static méthode

public static WriteNoPrefix ( string message ) : void
message string
Résultat void