RedirectionStream Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stream number that is redirected.
public enum class RedirectionStream
public enum RedirectionStream
type RedirectionStream =
Public Enum RedirectionStream
- Inheritance
-
RedirectionStream
Fields
Name | Value | Description |
---|---|---|
All | 0 | All streams, used when the redirection token uses '*' as the stream number. |
Output | 1 | The normal output stream. |
Error | 2 | The error stream. |
Warning | 3 | The warning stream. |
Verbose | 4 | The verbose stream. |
Debug | 5 | The debug stream. |
Information | 6 | The information stream. |