C# 클래스 Dev2.InterfaceImplementors.FileSystemQuery

상속: IFileSystemQuery
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf 1 사용 예제들

공개 메소드들

메소드 설명
QueryList ( string searchPath ) : void

비공개 메소드들

메소드 설명
FindNetworkComputers ( ) : List
GetAllFilesAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetComputerNamesOnNetwork ( string searchPath, List queryCollection ) : List
GetFilesAndFoldersFromDrive ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesAndFoldersIncludingNetwork ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetFilesListing ( string searchPath, char directorySeparatorChar, List queryCollection ) : List
GetFoldersAndFiles ( string searchPath, List queryCollection, char directorySeparatorChar ) : List
GetServerFolderShare ( string sInPath, string &sServerFolderShare ) : bool
GetServerNameFromInput ( string searchPath, List &queryCollection, string &sFileServer ) : bool
GetSharesInformationFromSpecifiedServer ( string sFileServer, List queryCollection ) : void
SearchForFileAndFolders ( string searchPath, List queryCollection, char directorySeparatorChar ) : List

메소드 상세

QueryList() 공개 메소드

public QueryList ( string searchPath ) : void
searchPath string
리턴 void