C# Class Rsdn.Janus.CommandService

Inheritance: ICommandService
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
CommandService ( [ serviceProvider ) : System
GetCommandInfo ( string commandName ) : ICommandInfo
IsCommandExists ( string commandName ) : bool

Method Details

CommandService() public méthode

public CommandService ( [ serviceProvider ) : System
serviceProvider [
Résultat System

GetCommandInfo() public méthode

public GetCommandInfo ( string commandName ) : ICommandInfo
commandName string
Résultat ICommandInfo

IsCommandExists() public méthode

public IsCommandExists ( string commandName ) : bool
commandName string
Résultat bool