C# Class ReferencePath, gert

Inheritance: PathItemBase
Exibir arquivo Open project: mono/gert Class Usage Examples

Private Properties

Property Type Description
AppendSubDirInd string

Public Methods

Method 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

Method Description
AppendSubDirInd ( string path, bool includeSubDirectories ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReferencePath() public method

Initializes a new instance of the ReferencePath class.
public ReferencePath ( ) : System
return System

ReferencePath() public method

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.
return System

ReferencePath() public method

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.
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

Equality operator.
public static operator ( ) : bool
return bool