System.Web.PowerShell.HttpPowerShellHostRawUserInterface.ReadKey C# (CSharp) Method

ReadKey() public method

public ReadKey ( ReadKeyOptions options ) : System.Management.Automation.Host.KeyInfo
options ReadKeyOptions
return System.Management.Automation.Host.KeyInfo
        public override KeyInfo ReadKey(ReadKeyOptions options)
        {
            throw new NotSupportedException();
        }