C# Класс Protogame.HelpCommand

The help command.
Наследование: ICommand
Показать файл Открыть проект

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

Метод Описание
Execute ( IGameContext gameContext, string name, string parameters ) : string

The execute.

HelpCommand ( IKernel kernel ) : Protoinject

Initializes a new instance of the HelpCommand class.

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

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

The execute.
public Execute ( IGameContext gameContext, string name, string parameters ) : string
gameContext IGameContext /// The game context. ///
name string /// The name. ///
parameters string /// The parameters. ///
Результат string

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

Initializes a new instance of the HelpCommand class.
public HelpCommand ( IKernel kernel ) : Protoinject
kernel IKernel /// The kernel. ///
Результат Protoinject