C# Class GitScc.Blinkbox.Powershell.PowershellHost

Implements a host for running powershell scripts (required when write-host is used in the script).
Inheritance: System.Management.Automation.Host.PSHost
Afficher le fichier Open project: blinkbox/Git-Source-Control-Provider

Méthodes publiques

Méthode Description
EnterNestedPrompt ( ) : void

The enter nested prompt.

ExitNestedPrompt ( ) : void

The exit nested prompt.

NotifyBeginApplication ( ) : void

The notify begin application.

NotifyEndApplication ( ) : void

The notify end application.

SetShouldExit ( int exitCode ) : void

The set should exit.

Method Details

EnterNestedPrompt() public méthode

The enter nested prompt.
public EnterNestedPrompt ( ) : void
Résultat void

ExitNestedPrompt() public méthode

The exit nested prompt.
public ExitNestedPrompt ( ) : void
Résultat void

NotifyBeginApplication() public méthode

The notify begin application.
public NotifyBeginApplication ( ) : void
Résultat void

NotifyEndApplication() public méthode

The notify end application.
public NotifyEndApplication ( ) : void
Résultat void

SetShouldExit() public méthode

The set should exit.
public SetShouldExit ( int exitCode ) : void
exitCode int /// The exit code. ///
Résultat void