System.Web.PowerShell.HttpPowerShellHostRawUserInterface.ReadKey C# (CSharp) 메소드

ReadKey() 공개 메소드

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