C# 클래스 IrcShark.Connectors.TerminalChatting.ServerCommand

상속: IrcShark.Extensions.Terminal.TerminalCommand
파일 보기 프로젝트 열기: hapm/IrcShark

공개 메소드들

메소드 설명
Execute ( ) : void

Executes the command with the given parameters.

Init ( TerminalExtension terminal ) : void

Initializes the ServerCommand.

비공개 메소드들

메소드 설명
AddServer ( string paramList ) : void

Adds a new server to a network.

GetNetwork ( string ident ) : INetwork

Gets the network instance for the given identication string.

GetServer ( INetwork network, string ident ) : IServer

Gets the server instance for the given identication string.

ListServers ( string paramList ) : void

Shows a list of servers for a given network.

RemoveServer ( string paramList ) : void

Removes a server form the server list of the network.

메소드 상세

Execute() 공개 메소드

Executes the command with the given parameters.
public Execute ( ) : void
리턴 void

Init() 공개 메소드

Initializes the ServerCommand.
public Init ( TerminalExtension terminal ) : void
terminal IrcShark.Extensions.Terminal.TerminalExtension The terminal to create the command for.
리턴 void