C# 클래스 wmib.CommandPool

파일 보기 프로젝트 열기: benapetr/wikimedia-bot 1 사용 예제들

공개 메소드들

메소드 설명
AliasExists ( string name ) : bool
Exists ( string command ) : bool
GetCommand ( string command ) : GenericCommand
RegisterAlias ( string name, string target, string module = null ) : void
RegisterCommand ( GenericCommand command ) : void
UnregisterAlias ( string name ) : void
UnregisterCommand ( GenericCommand command ) : void
UnregisterCommand ( string command_name ) : void

메소드 상세

AliasExists() 공개 정적인 메소드

public static AliasExists ( string name ) : bool
name string
리턴 bool

Exists() 공개 정적인 메소드

public static Exists ( string command ) : bool
command string
리턴 bool

GetCommand() 공개 정적인 메소드

public static GetCommand ( string command ) : GenericCommand
command string
리턴 GenericCommand

RegisterAlias() 공개 정적인 메소드

public static RegisterAlias ( string name, string target, string module = null ) : void
name string
target string
module string
리턴 void

RegisterCommand() 공개 정적인 메소드

public static RegisterCommand ( GenericCommand command ) : void
command GenericCommand
리턴 void

UnregisterAlias() 공개 정적인 메소드

public static UnregisterAlias ( string name ) : void
name string
리턴 void

UnregisterCommand() 공개 정적인 메소드

public static UnregisterCommand ( GenericCommand command ) : void
command GenericCommand
리턴 void

UnregisterCommand() 공개 정적인 메소드

public static UnregisterCommand ( string command_name ) : void
command_name string
리턴 void