C# Class sos.spooler.PowershellAdapterPSHost

Inheritance: System.Management.Automation.Host.PSHost
Show file Open project: sos-berlin/scheduler-engine Class Usage Examples

Public Methods

Method Description
EnterNestedPrompt ( ) : void
ExitNestedPrompt ( ) : void
NotifyBeginApplication ( ) : void
NotifyEndApplication ( ) : void
PowershellAdapterPSHost ( System.Log log ) : System
SetShouldExit ( int exitCode ) : void

Method Details

EnterNestedPrompt() public method

public EnterNestedPrompt ( ) : void
return void

ExitNestedPrompt() public method

public ExitNestedPrompt ( ) : void
return void

NotifyBeginApplication() public method

public NotifyBeginApplication ( ) : void
return void

NotifyEndApplication() public method

public NotifyEndApplication ( ) : void
return void

PowershellAdapterPSHost() public method

public PowershellAdapterPSHost ( System.Log log ) : System
log System.Log
return System

SetShouldExit() public method

public SetShouldExit ( int exitCode ) : void
exitCode int
return void