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)
Parameter | Type | Description |
---|---|---|
value | const SharedPtr<System::IO::TextReader>& | The TextReader object to assign to the In property |
See Also
- Typedef SharedPtr
- Class TextReader
- Class Console
- Namespace System
- Library Aspose.Font for C++