C# 클래스 Squishy.Irc.Commands.HelpCommand

TODO: Use localized strings The help command is special since it generates output. This output needs to be shown in the GUI if used from commandline and sent to the requester if executed remotely.
상속: Command
파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot

공개 프로퍼티들

프로퍼티 타입 설명
MaxUncompressedCommands int

공개 메소드들

메소드 설명
HelpCommand ( ) : System
Process ( CmdTrigger trigger ) : void

메소드 상세

HelpCommand() 공개 메소드

public HelpCommand ( ) : System
리턴 System

Process() 공개 메소드

public Process ( CmdTrigger trigger ) : void
trigger CmdTrigger
리턴 void

프로퍼티 상세

MaxUncompressedCommands 공개적으로 정적으로 프로퍼티

public static int MaxUncompressedCommands
리턴 int