Method | Description | |
---|---|---|
ClearConsoleErrorRedirect ( ) : void | ||
ClearConsoleRedirect ( ) : void | ||
RedirectConsole ( string filename ) : void | ||
RedirectConsoleError ( string filename ) : void | ||
Write ( char c ) : void | ||
WriteLine ( ) : void |
Method | Description | |
---|---|---|
TextWriterSaver ( ) : System | ||
WriteHeadder ( ) : void |
public static ClearConsoleErrorRedirect ( ) : void | ||
return | void |
public static ClearConsoleRedirect ( ) : void | ||
return | void |
public static RedirectConsole ( string filename ) : void | ||
filename | string | |
return | void |
public static RedirectConsoleError ( string filename ) : void | ||
filename | string | |
return | void |