PowerShellHtmlConsole.PSRemoteHost.ExitNestedPrompt C# (CSharp) 메소드

ExitNestedPrompt() 공개 메소드

Instructs the host to exit the currently running input loop. Not implemented by this example class. The call fails with an exception.
public ExitNestedPrompt ( ) : void
리턴 void
        public override void ExitNestedPrompt()
        {
            throw new NotImplementedException("The ExitNestedPrompt() method is not implemented by MyHost.");
        }