C# 클래스 Fan.Sys.Version

Version.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_defVal Version

공개 메소드들

메소드 설명
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
build ( ) : Long
compare ( object obj ) : long
fromStr ( string s ) : Version
fromStr ( string s, bool check ) : Version
hash ( ) : long
major ( ) : long
make ( List segments ) : Version
minor ( ) : Long
patch ( ) : Long
segment ( int index ) : int
segments ( ) : List
toStr ( ) : string

비공개 메소드들

메소드 설명
Version ( List segments ) : System.Text

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

build() 공개 메소드

public build ( ) : Long
리턴 Long

compare() 공개 메소드

public compare ( object obj ) : long
obj object
리턴 long

fromStr() 공개 정적인 메소드

public static fromStr ( string s ) : Version
s string
리턴 Version

fromStr() 공개 정적인 메소드

public static fromStr ( string s, bool check ) : Version
s string
check bool
리턴 Version

hash() 공개 메소드

public hash ( ) : long
리턴 long

major() 공개 메소드

public major ( ) : long
리턴 long

make() 공개 정적인 메소드

public static make ( List segments ) : Version
segments List
리턴 Version

minor() 공개 메소드

public minor ( ) : Long
리턴 Long

patch() 공개 메소드

public patch ( ) : Long
리턴 Long

segment() 공개 메소드

public segment ( int index ) : int
index int
리턴 int

segments() 공개 메소드

public segments ( ) : List
리턴 List

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

프로퍼티 상세

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

public static Version,Fan.Sys m_defVal
리턴 Version