C# Class Goose.Core.Action.ShellCommand

Exibir arquivo Open project: sebastianhallen/Goose Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShellCommand ( string workingDirectory, string command )
ToString ( ) : string

Protected Methods

Method Description
Equals ( ShellCommand other ) : bool

Method Details

Equals() protected method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShellCommand() public method

public ShellCommand ( string workingDirectory, string command )
workingDirectory string
command string

ToString() public method

public ToString ( ) : string
return string