Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CPathSearcher : System.Object, Gregor.Core.INamedItem Custom Attributes: Description:
public CPathSearcher(System.String sName, Gregor.Core.CPathSearcher inheritFrom) Custom Attributes: Description:
public CPathSearcher(System.String sName) Custom Attributes: Description:
private System.String m_Name Custom Attributes: Description:
private System.Collections.Specialized.StringCollection m_Paths Custom Attributes: Description:
static private Gregor.Core.CPathSearcher s_Default Custom Attributes: Description:
static public Gregor.Core.CPathSearcher Default {get;}
Custom Attributes:
Description:
public System.String Name {get;} // Gregor.Core.INamedItem.Name
Custom Attributes:
Description:
public System.Collections.Specialized.StringCollection Paths {get;}
Custom Attributes:
Description:
public void AddEnvironmentPath() Custom Attributes: Description:
public System.Collections.Specialized.StringCollection FindDirectories(System.String sPattern, System.Boolean fStopOnFirstHits) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection FindDirectories(System.String sPattern) Custom Attributes: Description:
public System.String FindDirectory(System.String sDirName) Custom Attributes: Description:
public System.String FindFile(System.String sFileName) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection FindFiles(System.String sPattern, System.Boolean fStopOnFirstHits) Custom Attributes: Description:
public System.Collections.Specialized.StringCollection FindFiles(System.String sPattern) Custom Attributes: Description:
private System.Collections.Specialized.StringCollection FindMultiple(System.String sPattern, System.Boolean fDir, System.Boolean fStopOnFirstHits) Custom Attributes: Description:
private System.String FindOne(System.String sName, System.Boolean fDir) Custom Attributes: Description: