[Gregor.Core.CPathSearcher]

Gregor.Core.CPathSearcher

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CPathSearcher

: System.Object, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CPathSearcher

public CPathSearcher(System.String sName, Gregor.Core.CPathSearcher inheritFrom)

Custom Attributes: 

Description: 

CPathSearcher

public CPathSearcher(System.String sName)

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_Paths

private System.Collections.Specialized.StringCollection m_Paths

Custom Attributes: 

Description: 

s_Default

static private Gregor.Core.CPathSearcher s_Default

Custom Attributes: 

Description: 

Default

static public Gregor.Core.CPathSearcher Default {get;}

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

Paths

public System.Collections.Specialized.StringCollection Paths {get;}

Custom Attributes: 

Description: 

AddEnvironmentPath

public void AddEnvironmentPath()

Custom Attributes: 

Description: 

FindDirectories

public System.Collections.Specialized.StringCollection FindDirectories(System.String sPattern, System.Boolean fStopOnFirstHits)

Custom Attributes: 

Description: 

FindDirectories

public System.Collections.Specialized.StringCollection FindDirectories(System.String sPattern)

Custom Attributes: 

Description: 

FindDirectory

public System.String FindDirectory(System.String sDirName)

Custom Attributes: 

Description: 

FindFile

public System.String FindFile(System.String sFileName)

Custom Attributes: 

Description: 

FindFiles

public System.Collections.Specialized.StringCollection FindFiles(System.String sPattern, System.Boolean fStopOnFirstHits)

Custom Attributes: 

Description: 

FindFiles

public System.Collections.Specialized.StringCollection FindFiles(System.String sPattern)

Custom Attributes: 

Description: 

FindMultiple

private System.Collections.Specialized.StringCollection FindMultiple(System.String sPattern, System.Boolean fDir, System.Boolean fStopOnFirstHits)

Custom Attributes: 

Description: 

FindOne

private System.String FindOne(System.String sName, System.Boolean fDir)

Custom Attributes: 

Description: 


See Also

Gregor.Core.CPathSearcher

System.Collections.Specialized.StringCollection

System.Object

System.String

Gregor.Core.INamedItem

System.Boolean

System.Void