VOOZH about

URL: https://www.geeksforgeeks.org/c-sharp/c-sharp-check-if-output-is-redirected-on-the-console-or-not/

⇱ C# | Check if Output is Redirected on the Console or not - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

C# | Check if Output is Redirected on the Console or not

Last Updated : 28 Jan, 2019
Given the normal Console in C#, the task is to check if the Output is Redirected on the Console. Approach: This can be done using the IsOutputRedirected property in the Console class of the System package in C#. This property returns a boolean value stating whether the Output is Redirected or not. Program: Output: 👁 Image
Comment
Article Tags:

Explore