Console: SetIn

SetIn

Sets the Console input source to a new TextReader object.



 Public Sub SetIn(
	  ByVal NewIn As TextReader )

Parameters

NewIn
[ByVal] TextReader. The TextReader object the console retrieves input from.

See Also

Project CorLib Overview

Class Console Overview