C# 클래스 Squishy.Irc.Util

파일 보기 프로젝트 열기: jaddie/WCell-Utility-Bot

공개 프로퍼티들

프로퍼티 타입 설명
ExternalAddress System.Net.IPAddress
LocalHostAddress System.Net.IPAddress

공개 메소드들

메소드 설명
GetTcpAddress ( long addr ) : IPAddress
GetTcpAddress ( IPAddress addr ) : long
GetWords ( object words, int from ) : string
GetWords ( object words, int from, int count ) : string
GetWords ( string text, int from ) : string
GetWords ( string text, int from, int count ) : string
IsWildmatch ( string text, string wildcard ) : bool

Evaluates if the text fits into the specified wildcard pattern.

메소드 상세

GetTcpAddress() 공개 정적인 메소드

public static GetTcpAddress ( long addr ) : IPAddress
addr long
리턴 System.Net.IPAddress

GetTcpAddress() 공개 정적인 메소드

public static GetTcpAddress ( IPAddress addr ) : long
addr System.Net.IPAddress
리턴 long

GetWords() 공개 정적인 메소드

public static GetWords ( object words, int from ) : string
words object
from int
리턴 string

GetWords() 공개 정적인 메소드

public static GetWords ( object words, int from, int count ) : string
words object
from int
count int
리턴 string

GetWords() 공개 정적인 메소드

public static GetWords ( string text, int from ) : string
text string
from int
리턴 string

GetWords() 공개 정적인 메소드

public static GetWords ( string text, int from, int count ) : string
text string
from int
count int
리턴 string

IsWildmatch() 공개 정적인 메소드

Evaluates if the text fits into the specified wildcard pattern.
public static IsWildmatch ( string text, string wildcard ) : bool
text string The text to be compared
wildcard string The pattern which has to be matched
리턴 bool

프로퍼티 상세

ExternalAddress 공개적으로 정적으로 프로퍼티

public static IPAddress,System.Net ExternalAddress
리턴 System.Net.IPAddress

LocalHostAddress 공개적으로 정적으로 프로퍼티

public static IPAddress,System.Net LocalHostAddress
리턴 System.Net.IPAddress