C# Class Goose.Core.Action.PowerShell.PowerShellGooseAction

Inheritance: IGooseAction
Afficher le fichier Open project: sebastianhallen/Goose Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PowerShellGooseAction ( IPowerShellTaskFactory powershellTaskFactory, ShellCommand command ) : System.Threading.Tasks

Méthodes protégées

Méthode Description
Equals ( PowerShellGooseAction other ) : bool

Method Details

Equals() protected méthode

protected Equals ( PowerShellGooseAction other ) : bool
other PowerShellGooseAction
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PowerShellGooseAction() public méthode

public PowerShellGooseAction ( IPowerShellTaskFactory powershellTaskFactory, ShellCommand command ) : System.Threading.Tasks
powershellTaskFactory IPowerShellTaskFactory
command ShellCommand
Résultat System.Threading.Tasks