C# 클래스 IrcShark.Extensions.Terminal.CommandCall

The CommandCall class is used to parse a command from a text line to give easy access to its parameters.
파일 보기 프로젝트 열기: hapm/IrcShark 1 사용 예제들

공개 메소드들

메소드 설명
CommandCall ( string line ) : System

Initializes a new instance of the CommandCall class.

메소드 상세

CommandCall() 공개 메소드

Initializes a new instance of the CommandCall class.
public CommandCall ( string line ) : System
line string The line to parse.
리턴 System