C# 클래스 Server.ClientVersion

상속: IComparable, IComparer
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
ClientVersion ( int maj, int min, int rev, int pat ) : System
ClientVersion ( int maj, int min, int rev, int pat, ClientType type ) : System
ClientVersion ( string fmt ) : System
Compare ( ClientVersion a, ClientVersion b ) : int
Compare ( object x, object y ) : int
CompareTo ( object obj ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNull ( object x ) : bool
ToString ( ) : string
operator ( ) : bool

메소드 상세

ClientVersion() 공개 메소드

public ClientVersion ( int maj, int min, int rev, int pat ) : System
maj int
min int
rev int
pat int
리턴 System

ClientVersion() 공개 메소드

public ClientVersion ( int maj, int min, int rev, int pat, ClientType type ) : System
maj int
min int
rev int
pat int
type ClientType
리턴 System

ClientVersion() 공개 메소드

public ClientVersion ( string fmt ) : System
fmt string
리턴 System

Compare() 공개 정적인 메소드

public static Compare ( ClientVersion a, ClientVersion b ) : int
a ClientVersion
b ClientVersion
리턴 int

Compare() 공개 메소드

public Compare ( object x, object y ) : int
x object
y object
리턴 int

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsNull() 공개 정적인 메소드

public static IsNull ( object x ) : bool
x object
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool