ClearOutput Method
Clears the output list.
Syntax
[VB.NET] Public Sub ClearOutput()
[C#] public void ClearOutput();
Remarks
Clears any results returned by commands previously executed.
Note: Calling Execute always clears the output before executing the command.
NOTE: This method has a corresponding asynchronous version (ClearOutputAsync) for use in the WinRT environment.