C# Class ReferencePath, gert

Inheritance: PathItemBase
Afficher le fichier Open project: mono/gert Class Usage Examples

Private Properties

Свойство Type Description
AppendSubDirInd string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReferencePath ( ) : System

Initializes a new instance of the ReferencePath class.

ReferencePath ( ReferencePath, refPath ) : System

Initializes a new instance of the ReferencePath class from an existing ReferencePath instance.

ReferencePath ( string path ) : System

Initializes a new instance of the ReferencePath class from a given path string.

If path end with "**" then IncludeSubDirectories will be set to .

ToString ( ) : string
operator ( ) : bool

Equality operator.

Private Methods

Méthode Description
AppendSubDirInd ( string path, bool includeSubDirectories ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReferencePath() public méthode

Initializes a new instance of the ReferencePath class.
public ReferencePath ( ) : System
Résultat System

ReferencePath() public méthode

Initializes a new instance of the ReferencePath class from an existing ReferencePath instance.
is a .
public ReferencePath ( ReferencePath, refPath ) : System
refPath ReferencePath, An existing instance.
Résultat System

ReferencePath() public méthode

Initializes a new instance of the ReferencePath class from a given path string.
If path end with "**" then IncludeSubDirectories will be set to .
is a . is an empty string.
public ReferencePath ( string path ) : System
path string A relative or absolute path.
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

Equality operator.
public static operator ( ) : bool
Résultat bool