C# Class UlteriusServer.Utilities.Files.Database.DatabaseController

Afficher le fichier Open project: Ulterius/server Class Usage Examples

Méthodes publiques

Méthode Description
DatabaseController ( string path ) : System
GetCurrentDrive ( ) : string
IsScanning ( ) : bool
Refresh ( ) : bool
Search ( string keyword ) : List
Start ( ) : void

Private Methods

Méthode Description
Scan ( ) : void

Method Details

DatabaseController() public méthode

public DatabaseController ( string path ) : System
path string
Résultat System

GetCurrentDrive() public méthode

public GetCurrentDrive ( ) : string
Résultat string

IsScanning() public méthode

public IsScanning ( ) : bool
Résultat bool

Refresh() public méthode

public Refresh ( ) : bool
Résultat bool

Search() public méthode

public Search ( string keyword ) : List
keyword string
Résultat List

Start() public méthode

public Start ( ) : void
Résultat void