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
Datei anzeigen Open project: blinkbox/Git-Source-Control-Provider

Public Methods

Method 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 method

The enter nested prompt.
public EnterNestedPrompt ( ) : void
return void

ExitNestedPrompt() public method

The exit nested prompt.
public ExitNestedPrompt ( ) : void
return void

NotifyBeginApplication() public method

The notify begin application.
public NotifyBeginApplication ( ) : void
return void

NotifyEndApplication() public method

The notify end application.
public NotifyEndApplication ( ) : void
return void

SetShouldExit() public method

The set should exit.
public SetShouldExit ( int exitCode ) : void
exitCode int /// The exit code. ///
return void