C# Класс Yava.FoldersFile.FoldersFileReaderFolder

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

Открытые свойства

Свойство Тип Описание
Executable String
Extensions HashSet
Name String
Parameters String
Path String
WorkingDirectory String

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

Метод Описание
FoldersFileReaderFolder ( ) : System

A folder specification. Used inside FoldersFileReader to gather the data for each folder. Unlike the Folder class this one initializes everything to null and has mutable fields.

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

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

A folder specification. Used inside FoldersFileReader to gather the data for each folder. Unlike the Folder class this one initializes everything to null and has mutable fields.
public FoldersFileReaderFolder ( ) : System
Результат System

Описание свойств

Executable публичное свойство

Application to start.
public String Executable
Результат String

Extensions публичное свойство

Extensions to include when searching for files. Can be null when unspecified in the ini file.
public HashSet Extensions
Результат HashSet

Name публичное свойство

Folder name (section in the ini).
public String Name
Результат String

Parameters публичное свойство

Command-line arguments to use when launching the application. Can be null when unspecified in the ini file.
public String Parameters
Результат String

Path публичное свойство

Folder path in the filesystem.
public String Path
Результат String

WorkingDirectory публичное свойство

Initial directory for the application to be started. Can be null when unspecified in the ini file.
public String WorkingDirectory
Результат String