C# Class Fan.Sys.Depend

Depend.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
@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

Private Methods

Méthode Description
Depend ( string name, Constraint constraints ) : System.Collections
match ( Version a, Version b ) : bool

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

endVersion() public méthode

public endVersion ( ) : Version
Résultat Version

endVersion() public méthode

public endVersion ( long index ) : Version
index long
Résultat Version

fromStr() public static méthode

public static fromStr ( string str ) : Depend
str string
Résultat Depend

fromStr() public static méthode

public static fromStr ( string str, bool check ) : Depend
str string
check bool
Résultat Depend

hash() public méthode

public hash ( ) : long
Résultat long

isPlus() public méthode

public isPlus ( ) : bool
Résultat bool

isPlus() public méthode

public isPlus ( long index ) : bool
index long
Résultat bool

isRange() public méthode

public isRange ( ) : bool
Résultat bool

isRange() public méthode

public isRange ( long index ) : bool
index long
Résultat bool

match() public méthode

public match ( Version v ) : bool
v Version
Résultat bool

name() public méthode

public name ( ) : string
Résultat string

size() public méthode

public size ( ) : long
Résultat long

toStr() public méthode

public toStr ( ) : string
Résultat string

version() public méthode

public version ( ) : Version
Résultat Version

version() public méthode

public version ( long index ) : Version
index long
Résultat Version