Skip to content

Instantly share code, notes, and snippets.

@drehren
drehren / ResetConsoleRedirection.cs
Created September 10, 2017 01:08
Reset Console Redirection for VS2017-hosted Windows Application
using System;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
namespace Utilities
{
static class ResetConsoleRedirection
{
/// <summary>
/// This method will check if the Console Window is opened and redirected.