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

Inheritance: IGooseAction
Exibir arquivo Open project: sebastianhallen/Goose Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Equals ( PowerShellGooseAction other ) : bool

Method Details

Equals() protected method

protected Equals ( PowerShellGooseAction other ) : bool
other PowerShellGooseAction
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PowerShellGooseAction() public method

public PowerShellGooseAction ( IPowerShellTaskFactory powershellTaskFactory, ShellCommand command ) : System.Threading.Tasks
powershellTaskFactory IPowerShellTaskFactory
command ShellCommand
return System.Threading.Tasks