C# Class Duplicity.FileSystemChange

Afficher le fichier Open project: slashdotdash/Duplicity Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( FileSystemChange other ) : bool
Equals ( object obj ) : bool
FileSystemChange ( FileSystemSource source, WatcherChangeTypes change, string fileOrDirectoryPath ) : System.IO
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( FileSystemChange other ) : bool
other FileSystemChange
Résultat bool

Equals() public méthode

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

FileSystemChange() public méthode

public FileSystemChange ( FileSystemSource source, WatcherChangeTypes change, string fileOrDirectoryPath ) : System.IO
source FileSystemSource
change WatcherChangeTypes
fileOrDirectoryPath string
Résultat System.IO

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

public static operator ( ) : bool
Résultat bool