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.