Console.IsInputRedirected プロパティ

定義

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

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

プロパティ値

Boolean

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

適用対象

こちらもご覧ください