C# 클래스 sos.spooler.PowershellAdapterPSHost

상속: System.Management.Automation.Host.PSHost
파일 보기 프로젝트 열기: sos-berlin/scheduler-engine 1 사용 예제들

공개 메소드들

메소드 설명
EnterNestedPrompt ( ) : void
ExitNestedPrompt ( ) : void
NotifyBeginApplication ( ) : void
NotifyEndApplication ( ) : void
PowershellAdapterPSHost ( System.Log log ) : System
SetShouldExit ( int exitCode ) : void

메소드 상세

EnterNestedPrompt() 공개 메소드

public EnterNestedPrompt ( ) : void
리턴 void

ExitNestedPrompt() 공개 메소드

public ExitNestedPrompt ( ) : void
리턴 void

NotifyBeginApplication() 공개 메소드

public NotifyBeginApplication ( ) : void
리턴 void

NotifyEndApplication() 공개 메소드

public NotifyEndApplication ( ) : void
리턴 void

PowershellAdapterPSHost() 공개 메소드

public PowershellAdapterPSHost ( System.Log log ) : System
log System.Log
리턴 System

SetShouldExit() 공개 메소드

public SetShouldExit ( int exitCode ) : void
exitCode int
리턴 void