C# Класс C_Minebot.Packets.chatMessage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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