C# 클래스 C_Minebot.Packets.chatMessage

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

공개 메소드들

메소드 설명
CharCount ( string Origstring, string Chars ) : int
chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System
chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System
handleColors ( string text, string Style ) : void

비공개 메소드들

메소드 설명
convertCode ( string text, string color ) : string
handle ( ) : void
send ( ) : void

메소드 상세

CharCount() 공개 메소드

public CharCount ( string Origstring, string Chars ) : int
Origstring string
Chars string
리턴 int

chatMessage() 공개 메소드

public chatMessage ( Wrapped sock, System.Form1 myform, bool outgoing = false ) : System
sock Wrapped
myform System.Form1
outgoing bool
리턴 System

chatMessage() 공개 메소드

public chatMessage ( Wrapped sock, System.Form1 myform, string message, bool outgoing = false ) : System
sock Wrapped
myform System.Form1
message string
outgoing bool
리턴 System

handleColors() 공개 메소드

public handleColors ( string text, string Style ) : void
text string
Style string
리턴 void