Console.IsErrorRedirected プロパティ

定義

エラー出力ストリームが標準エラー ストリームからリダイレクトされているかどうかを示す値を取得します。

public:
 static property bool IsErrorRedirected { bool get(); };
public static bool IsErrorRedirected { get; }
member this.IsErrorRedirected : bool
Public Shared ReadOnly Property IsErrorRedirected As Boolean

プロパティ値

Boolean

エラー出力がリダイレクトされる場合はtrue 。それ以外の場合は false

適用対象

こちらもご覧ください