共用方式為


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

Name Value Description
File 0

Sends the output to a file.

StdOut 1

Sends the output to the standard output stream.

StdError 2

Sends the output to the standard error stream.

Applies to