System::Console::SetIn method

Console::SetIn method

Sets the In property to the specified TextReader object.

static void System::Console::SetIn(const SharedPtr<System::IO::TextReader> &value)
ParameterTypeDescription
valueconst SharedPtr<System::IO::TextReader>&The TextReader object to assign to the In property

See Also