System::Console::SetOut method
Console::SetOut method
Assigns the specified object to the class’ Out property.
static void System::Console::SetOut(const SharedPtr<System::IO::TextWriter> &value)
| Parameter | Type | Description | 
|---|---|---|
| value | const SharedPtr<System::IO::TextWriter>& | The TextWrite object to assign to the Out property | 
See Also
- Typedef SharedPtr
 - Class TextWriter
 - Class Console
 - Namespace System
 - Library Aspose.PDF for C++