C# Class Goose.Core.Action.PowerShell.Host.GoosePSHost

Inheritance: System.Management.Automation.Host.PSHost
Afficher le fichier Open project: sebastianhallen/Goose Class Usage Examples

Méthodes publiques

Méthode Description
EnterNestedPrompt ( ) : void
ExitNestedPrompt ( ) : void
GoosePSHost ( ) : System
NotifyBeginApplication ( ) : void
NotifyEndApplication ( ) : void
SetShouldExit ( int exitCode ) : void

Method Details

EnterNestedPrompt() public méthode

public EnterNestedPrompt ( ) : void
Résultat void

ExitNestedPrompt() public méthode

public ExitNestedPrompt ( ) : void
Résultat void

GoosePSHost() public méthode

public GoosePSHost ( ) : System
Résultat System

NotifyBeginApplication() public méthode

public NotifyBeginApplication ( ) : void
Résultat void

NotifyEndApplication() public méthode

public NotifyEndApplication ( ) : void
Résultat void

SetShouldExit() public méthode

public SetShouldExit ( int exitCode ) : void
exitCode int
Résultat void