C# 클래스 UlteriusServer.Api.Services.LocalSystem.FileSearchService

파일 보기 프로젝트 열기: Ulterius/server

공개 메소드들

메소드 설명
CurrentScanDrive ( ) : string
FileSearchService ( string path ) : System
IsScanning ( ) : bool
Search ( string keyword ) : List
Start ( ) : void

메소드 상세

CurrentScanDrive() 공개 메소드

public CurrentScanDrive ( ) : string
리턴 string

FileSearchService() 공개 메소드

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

IsScanning() 공개 메소드

public IsScanning ( ) : bool
리턴 bool

Search() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void