Console: SetOut

SetOut

Sets the Console output to a new output TextWriter object.



 Public Sub SetOut(
	  ByVal NewOut As TextWriter )

Parameters

NewOut
[ByVal] TextWriter. The TextWriter object that console output will be written to.

See Also

Project CorLib Overview

Class Console Overview