Console.IsInputRedirected 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示输入是否已从标准输入流中重定向的值。
public:
static property bool IsInputRedirected { bool get(); };
public static bool IsInputRedirected { get; }
member this.IsInputRedirected : bool
Public Shared ReadOnly Property IsInputRedirected As Boolean
属性值
如果重定向输入,则为 true
;否则为 false
。