C# 클래스 SharpIRC.UserCommand

파일 보기 프로젝트 열기: tamaw/SharpIRC

공개 프로퍼티들

프로퍼티 타입 설명
Commandlets List

공개 메소드들

메소드 설명
AddCommandlet ( string matchingText, Action action ) : void
Cook ( string commandString ) : void

비공개 메소드들

메소드 설명
UserCommand ( ) : System

메소드 상세

AddCommandlet() 공개 정적인 메소드

public static AddCommandlet ( string matchingText, Action action ) : void
matchingText string
action Action
리턴 void

Cook() 공개 정적인 메소드

public static Cook ( string commandString ) : void
commandString string
리턴 void

프로퍼티 상세

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

public static List Commandlets
리턴 List