C# Class Allen.Util.EverythingFileSearcher.Searcher

Show file Open project: zlphoenix/LearnCSharp

Public Methods

Method Description
Search ( string queryStr, bool isSortBypath = true ) : IList

使用Everything执行文件搜索

Private Methods

Method Description
Everything_GetLastError ( ) : int
Everything_GetMatchCase ( ) : bool
Everything_GetMatchPath ( ) : bool
Everything_GetMatchWholeWord ( ) : bool
Everything_GetMax ( ) : uint
Everything_GetNumFileResults ( ) : int
Everything_GetNumFolderResults ( ) : int
Everything_GetNumResults ( ) : int
Everything_GetOffset ( ) : uint
Everything_GetRegex ( ) : bool
Everything_GetResultFullPathNameW ( int nIndex, StringBuilder lpString, int nMaxCount ) : void
Everything_GetSearchW ( ) : string
Everything_GetTotFileResults ( ) : int
Everything_GetTotFolderResults ( ) : int
Everything_GetTotResults ( ) : int
Everything_IsFileResult ( int nIndex ) : bool
Everything_IsFolderResult ( int nIndex ) : bool
Everything_IsVolumeResult ( int nIndex ) : bool
Everything_QueryW ( bool bWait ) : bool
Everything_Reset ( ) : void
Everything_SetMatchCase ( bool bEnable ) : void
Everything_SetMatchPath ( bool bEnable ) : void
Everything_SetMatchWholeWord ( bool bEnable ) : void
Everything_SetMax ( int dwMax ) : void
Everything_SetOffset ( int dwOffset ) : void
Everything_SetRegex ( bool bEnable ) : void
Everything_SetSearchW ( string lpSearchString ) : int
Everything_SortResultsByPath ( ) : void

Method Details

Search() public static method

使用Everything执行文件搜索
public static Search ( string queryStr, bool isSortBypath = true ) : IList
queryStr string
isSortBypath bool
return IList