C# Class NAPS2.Scan.ScanDriverBase

Inheritance: IScanDriver
Afficher le fichier Open project: cyanfish/naps2

Méthodes publiques

Méthode Description
GetDeviceList ( ) : List
PromptForDevice ( ) : ScanDevice
Scan ( ) : IEnumerable

Méthodes protégées

Méthode Description
GetDeviceListInternal ( ) : List
PromptForDeviceInternal ( ) : ScanDevice
ScanInternal ( ) : IEnumerable

Method Details

GetDeviceList() public méthode

public GetDeviceList ( ) : List
Résultat List

GetDeviceListInternal() protected abstract méthode

protected abstract GetDeviceListInternal ( ) : List
Résultat List

PromptForDevice() public méthode

public PromptForDevice ( ) : ScanDevice
Résultat ScanDevice

PromptForDeviceInternal() protected abstract méthode

protected abstract PromptForDeviceInternal ( ) : ScanDevice
Résultat ScanDevice

Scan() public méthode

public Scan ( ) : IEnumerable
Résultat IEnumerable

ScanInternal() protected abstract méthode

protected abstract ScanInternal ( ) : IEnumerable
Résultat IEnumerable