C# 클래스 NetMud.Telnet.Channel

Partial class for telnet channel details
상속: IChannelType
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
EncapsulateOutput ( IEnumerable lines ) : string

Encapsulate output lines for display to a client

EncapsulateOutput ( string str ) : string

Encapsulates a string for output to a client

ReplaceColor ( SupportedColors styleType, string formatToReplace, string &originalString ) : bool

메소드 상세

EncapsulateOutput() 공개 메소드

Encapsulate output lines for display to a client
public EncapsulateOutput ( IEnumerable lines ) : string
lines IEnumerable the text lines to encapsulate
리턴 string

EncapsulateOutput() 공개 메소드

Encapsulates a string for output to a client
public EncapsulateOutput ( string str ) : string
str string the string to encapsulate
리턴 string

ReplaceColor() 공개 메소드

public ReplaceColor ( SupportedColors styleType, string formatToReplace, string &originalString ) : bool
styleType SupportedColors
formatToReplace string
originalString string
리턴 bool