C# Class NuDeploy.Core.Services.Installation.PowerShell.PowerShellHost

Inheritance: System.Management.Automation.Host.PSHost, IPowerShellHost
Afficher le fichier Open project: andreaskoch/NuDeploy Class Usage Examples

Méthodes publiques

Méthode Description
EnterNestedPrompt ( ) : void
ExitNestedPrompt ( ) : void
NotifyBeginApplication ( ) : void
NotifyEndApplication ( ) : void
PowerShellHost ( System.Management.Automation.Host.PSHostUserInterface userInterface, ApplicationInformation applicationInformation ) : System
SetShouldExit ( int exitCode ) : void

Method Details

EnterNestedPrompt() public méthode

public EnterNestedPrompt ( ) : void
Résultat void

ExitNestedPrompt() public méthode

public ExitNestedPrompt ( ) : void
Résultat void

NotifyBeginApplication() public méthode

public NotifyBeginApplication ( ) : void
Résultat void

NotifyEndApplication() public méthode

public NotifyEndApplication ( ) : void
Résultat void

PowerShellHost() public méthode

public PowerShellHost ( System.Management.Automation.Host.PSHostUserInterface userInterface, ApplicationInformation applicationInformation ) : System
userInterface System.Management.Automation.Host.PSHostUserInterface
applicationInformation NuDeploy.Core.Common.Infrastructure.ApplicationInformation
Résultat System

SetShouldExit() public méthode

public SetShouldExit ( int exitCode ) : void
exitCode int
Résultat void