C# 클래스 HuxBot.IRCMessage

파일 보기 프로젝트 열기: HaxtonFale/HuxBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
formatted string
isCTCP bool
message string
mode string
name string
netmask string
sender string
target string

공개 메소드들

메소드 설명
IRCMessage ( string input ) : System.Text.RegularExpressions

메소드 상세

IRCMessage() 공개 메소드

public IRCMessage ( string input ) : System.Text.RegularExpressions
input string
리턴 System.Text.RegularExpressions

프로퍼티 상세

formatted 공개적으로 프로퍼티

public string formatted
리턴 string

isCTCP 공개적으로 프로퍼티

public bool isCTCP
리턴 bool

message 공개적으로 프로퍼티

public string message
리턴 string

mode 공개적으로 프로퍼티

public string mode
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

netmask 공개적으로 프로퍼티

public string netmask
리턴 string

sender 공개적으로 프로퍼티

public string sender
리턴 string

target 공개적으로 프로퍼티

public string target
리턴 string