C# Class Commander.Commands.BuiltIn.HistoryCommand

Inheritance: ICommand
Show file Open project: SneWs/Commander

Public Methods

Method Description
Execute ( ICommandAccess access, string arguments ) : string

Private Methods

Method Description
Help ( ) : string
List ( ICommandHistory history ) : string
Search ( string criteria, ICommandHistory history ) : string

Method Details

Execute() public method

public Execute ( ICommandAccess access, string arguments ) : string
access ICommandAccess
arguments string
return string