C# Class XRefresh.Detector

Show file Open project: binaryage/xrefresh Class Usage Examples

Public Properties

Property Type Description
Current Detector
currentWorker System.ComponentModel.BackgroundWorker
scanners List

Public Methods

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

Private Methods

Method Description
ReportProgress ( string msg ) : void
WasCancelled ( ) : bool

Method Details

Detector() public method

public Detector ( ) : System
return System

GetBestScanner() public method

public GetBestScanner ( string path ) : Scanner
path string
return Scanner

GetIcon() public method

public GetIcon ( string name ) : int
name string
return int

GetScanner() public method

public GetScanner ( string name ) : Scanner
name string
return Scanner

HasExtCache() public method

public HasExtCache ( string path ) : bool
path string
return bool

Property Details

Current public static property

public static Detector,XRefresh Current
return Detector

currentWorker public property

public BackgroundWorker,System.ComponentModel currentWorker
return System.ComponentModel.BackgroundWorker

scanners public property

public List scanners
return List