OutputDestination Enum

Definition

Contains values that are used to specify the output destination.

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

Fields

File 0

Sends the output to a file.

StdError 2

Sends the output to the standard error stream.

StdOut 1

Sends the output to the standard output stream.

Applies to