C# Class ConsoleShared.ConsoleExecutingAssembly

Afficher le fichier Open project: blehnen/DotNetWorkQueue Class Usage Examples

Méthodes publiques

Méthode Description
ConsoleExecutingAssembly ( string nameSpace, IConsoleCommand instance )
Equals ( object obj ) : bool

Determines whether the specified object, is equal to this instance.

GetHashCode ( ) : int

Returns a hash code for this instance.

ToString ( ) : string

Returns a string that represents this instance.

Method Details

ConsoleExecutingAssembly() public méthode

public ConsoleExecutingAssembly ( string nameSpace, IConsoleCommand instance )
nameSpace string
instance IConsoleCommand

Equals() public méthode

Determines whether the specified object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Résultat bool

GetHashCode() public méthode

Returns a hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns a string that represents this instance.
public ToString ( ) : string
Résultat string