C# Class Goose.Core.Action.ShellCommand

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
Equals ( ShellCommand other ) : bool

Method Details

Equals() protected méthode

protected Equals ( ShellCommand other ) : bool
other ShellCommand
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

ShellCommand() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string