C# 클래스 GitScc.Blinkbox.Powershell.PowershellHost

Implements a host for running powershell scripts (required when write-host is used in the script).
상속: System.Management.Automation.Host.PSHost
파일 보기 프로젝트 열기: blinkbox/Git-Source-Control-Provider

공개 메소드들

메소드 설명
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.

메소드 상세

EnterNestedPrompt() 공개 메소드

The enter nested prompt.
public EnterNestedPrompt ( ) : void
리턴 void

ExitNestedPrompt() 공개 메소드

The exit nested prompt.
public ExitNestedPrompt ( ) : void
리턴 void

NotifyBeginApplication() 공개 메소드

The notify begin application.
public NotifyBeginApplication ( ) : void
리턴 void

NotifyEndApplication() 공개 메소드

The notify end application.
public NotifyEndApplication ( ) : void
리턴 void

SetShouldExit() 공개 메소드

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