C# 클래스 UlteriusServer.Utilities.Files.Database.DatabaseController

파일 보기 프로젝트 열기: Ulterius/server 1 사용 예제들

공개 메소드들

메소드 설명
DatabaseController ( string path ) : System
GetCurrentDrive ( ) : string
IsScanning ( ) : bool
Refresh ( ) : bool
Search ( string keyword ) : List
Start ( ) : void

비공개 메소드들

메소드 설명
Scan ( ) : void

메소드 상세

DatabaseController() 공개 메소드

public DatabaseController ( string path ) : System
path string
리턴 System

GetCurrentDrive() 공개 메소드

public GetCurrentDrive ( ) : string
리턴 string

IsScanning() 공개 메소드

public IsScanning ( ) : bool
리턴 bool

Refresh() 공개 메소드

public Refresh ( ) : bool
리턴 bool

Search() 공개 메소드

public Search ( string keyword ) : List
keyword string
리턴 List

Start() 공개 메소드

public Start ( ) : void
리턴 void