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

适用于

另请参阅