C# Class Rsdn.Janus.CommandService

Inheritance: ICommandService
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
CommandService ( [ serviceProvider ) : System
GetCommandInfo ( string commandName ) : ICommandInfo
IsCommandExists ( string commandName ) : bool

Method Details

CommandService() public method

public CommandService ( [ serviceProvider ) : System
serviceProvider [
return System

GetCommandInfo() public method

public GetCommandInfo ( string commandName ) : ICommandInfo
commandName string
return ICommandInfo

IsCommandExists() public method

public IsCommandExists ( string commandName ) : bool
commandName string
return bool