C# Class GitBin.GitBinConsole

ファイルを表示 Open project: hbons/git-bin Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
Write ( string message ) : void
WriteLine ( string message ) : void
WriteLineNoPrefix ( string message ) : void
WriteNoPrefix ( string message ) : void

Method Details

Flush() public static method

public static Flush ( ) : void
return void

Write() public static method

public static Write ( string message ) : void
message string
return void

WriteLine() public static method

public static WriteLine ( string message ) : void
message string
return void

WriteLineNoPrefix() public static method

public static WriteLineNoPrefix ( string message ) : void
message string
return void

WriteNoPrefix() public static method

public static WriteNoPrefix ( string message ) : void
message string
return void