C# Класс ConsoleShared.ConsoleExecutingAssembly

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

ConsoleExecutingAssembly() публичный Метод

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

Equals() публичный Метод

Determines whether the specified object, is equal to this instance.
public Equals ( object obj ) : bool
obj object The to compare with this instance.
Результат bool

GetHashCode() публичный Метод

Returns a hash code for this instance.
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Returns a string that represents this instance.
public ToString ( ) : string
Результат string