コード例 #1
0
 public string GetUnindexedList()
 {
     return(SrcTool.GetUnindexedList(Parameters));
 }
コード例 #2
0
 // Returns the list of files in that need source indexing
 private List <SourceFile> GetFileListing()
 {
     return(SrcTool.GetFileListing(Parameters));
 }
コード例 #3
0
 public string EvaluateSourceIndexing()
 {
     return(SrcTool.GetSrcSrvResults(Parameters));
 }