C# 클래스 Fan.Sys.Depend

Depend.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
endVersion ( ) : Version
endVersion ( long index ) : Version
fromStr ( string str ) : Depend
fromStr ( string str, bool check ) : Depend
hash ( ) : long
isPlus ( ) : bool
isPlus ( long index ) : bool
isRange ( ) : bool
isRange ( long index ) : bool
match ( Version v ) : bool
name ( ) : string
size ( ) : long
toStr ( ) : string
version ( ) : Version
version ( long index ) : Version

비공개 메소드들

메소드 설명
Depend ( string name, Constraint constraints ) : System.Collections
match ( Version a, Version b ) : bool

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

endVersion() 공개 메소드

public endVersion ( ) : Version
리턴 Version

endVersion() 공개 메소드

public endVersion ( long index ) : Version
index long
리턴 Version

fromStr() 공개 정적인 메소드

public static fromStr ( string str ) : Depend
str string
리턴 Depend

fromStr() 공개 정적인 메소드

public static fromStr ( string str, bool check ) : Depend
str string
check bool
리턴 Depend

hash() 공개 메소드

public hash ( ) : long
리턴 long

isPlus() 공개 메소드

public isPlus ( ) : bool
리턴 bool

isPlus() 공개 메소드

public isPlus ( long index ) : bool
index long
리턴 bool

isRange() 공개 메소드

public isRange ( ) : bool
리턴 bool

isRange() 공개 메소드

public isRange ( long index ) : bool
index long
리턴 bool

match() 공개 메소드

public match ( Version v ) : bool
v Version
리턴 bool

name() 공개 메소드

public name ( ) : string
리턴 string

size() 공개 메소드

public size ( ) : long
리턴 long

toStr() 공개 메소드

public toStr ( ) : string
리턴 string

version() 공개 메소드

public version ( ) : Version
리턴 Version

version() 공개 메소드

public version ( long index ) : Version
index long
리턴 Version