C# Class Microsoft.WindowsAzure.Commands.Common.Test.Mocks.MockCommandRuntime.MockPSHost

Inheritance: System.Management.Automation.Host.PSHost
Mostra file Open project: Azure/azure-powershell

Public Methods

Method Description
EnterNestedPrompt ( ) : void
ExitNestedPrompt ( ) : void
NotifyBeginApplication ( ) : void
NotifyEndApplication ( ) : void
SetShouldExit ( int exitCode ) : void

Method Details

EnterNestedPrompt() public method

public EnterNestedPrompt ( ) : void
return void

ExitNestedPrompt() public method

public ExitNestedPrompt ( ) : void
return void

NotifyBeginApplication() public method

public NotifyBeginApplication ( ) : void
return void

NotifyEndApplication() public method

public NotifyEndApplication ( ) : void
return void

SetShouldExit() public method

public SetShouldExit ( int exitCode ) : void
exitCode int
return void