RedirectionStream Enum

Definition

The stream number that is redirected.

public enum class RedirectionStream
public enum RedirectionStream
type RedirectionStream = 
Public Enum RedirectionStream
Inheritance
RedirectionStream

Fields

All 0

All streams, used when the redirection token uses '*' as the stream number.

Debug 5

The debug stream.

Error 2

The error stream.

Information 6

The information stream.

Output 1

The normal output stream.

Verbose 4

The verbose stream.

Warning 3

The warning stream.

Applies to