C# Класс ReferencePath, gert

Наследование: PathItemBase
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AppendSubDirInd string

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
AppendSubDirInd ( string path, bool includeSubDirectories ) : string

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

ReferencePath() публичный Метод

Initializes a new instance of the ReferencePath class.
public ReferencePath ( ) : System
Результат System

ReferencePath() публичный Метод

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.
Результат System

ReferencePath() публичный Метод

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.
Результат System

ToString() публичный Метод

public ToString ( ) : string
Результат string

operator() публичный статический Метод

Equality operator.
public static operator ( ) : bool
Результат bool