C# Class Commander.Commands.BuiltIn.CommanderCommand

Inheritance: ICommand
Show file Open project: SneWs/Commander

Private Properties

Property Type Description
About string
Help string
VersionInfo string

Public Methods

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

Private Methods

Method Description
About ( ) : string
Help ( ) : string
VersionInfo ( ) : string

Method Details

Execute() public method

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