Method | Description | |
---|---|---|
CaptureError ( System.Action Action, bool Capture = true ) : String | ||
CaptureOutput ( System.Action Action, bool Capture = true ) : String | ||
SaveRestoreConsoleColor ( ConsoleColor Color, System.Action Action ) : void | ||
SaveRestoreConsoleState ( System.Action Action ) : void |
public static CaptureError ( System.Action Action, bool Capture = true ) : String | ||
Action | System.Action | |
Capture | bool | |
return | String |
public static CaptureOutput ( System.Action Action, bool Capture = true ) : String | ||
Action | System.Action | |
Capture | bool | |
return | String |
public static SaveRestoreConsoleColor ( ConsoleColor Color, System.Action Action ) : void | ||
Color | ConsoleColor | |
Action | System.Action | |
return | void |
public static SaveRestoreConsoleState ( System.Action Action ) : void | ||
Action | System.Action | |
return | void |