Given the normal Console in C#, the task is to check if the Input is Redirected on the Console.
Approach: This can be done using the
IsInputRedirected property in the
Console class of the System package in C#. This property returns a boolean value stating whether the Input is Redirected or not.
Program:
Output:
👁 Image