Método System::Console::SetIn
Console::SetIn method
Establece la propiedad In al objeto TextReader especificado.
static void System::Console::SetIn(const SharedPtr<System::IO::TextReader> &value)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const SharedPtr<System::IO::TextReader>& | El objeto TextReader a asignar a la propiedad In |
Ver también
- Typedef SharedPtr
- Class TextReader
- Class Console
- Namespace System
- Library Aspose.Page for C++