C# Class XRefresh.Detector

Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Свойство Type Description
Current Detector
currentWorker System.ComponentModel.BackgroundWorker
scanners List

Méthodes publiques

Méthode Description
Detector ( ) : System
GetBestScanner ( string path ) : Scanner
GetIcon ( string name ) : int
GetScanner ( string name ) : Scanner
HasExtCache ( string path ) : bool

Private Methods

Méthode Description
ReportProgress ( string msg ) : void
WasCancelled ( ) : bool

Method Details

Detector() public méthode

public Detector ( ) : System
Résultat System

GetBestScanner() public méthode

public GetBestScanner ( string path ) : Scanner
path string
Résultat Scanner

GetIcon() public méthode

public GetIcon ( string name ) : int
name string
Résultat int

GetScanner() public méthode

public GetScanner ( string name ) : Scanner
name string
Résultat Scanner

HasExtCache() public méthode

public HasExtCache ( string path ) : bool
path string
Résultat bool

Property Details

Current public_oe static_oe property

public static Detector,XRefresh Current
Résultat Detector

currentWorker public_oe property

public BackgroundWorker,System.ComponentModel currentWorker
Résultat System.ComponentModel.BackgroundWorker

scanners public_oe property

public List scanners
Résultat List